mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 12:11:59 +00:00
6 lines
63 B
Docker
6 lines
63 B
Docker
FROM rust:1.39.0
|
|
|
|
|
|
COPY . lighthouse
|
|
RUN cd lighthouse && make
|