mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
6 lines
63 B
Docker
6 lines
63 B
Docker
FROM rust:1.39.0
|
|
|
|
|
|
COPY . lighthouse
|
|
RUN cd lighthouse && make
|