mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
6 lines
78 B
Docker
6 lines
78 B
Docker
FROM rust:1.39.0
|
|
|
|
|
|
COPY . lighthouse
|
|
RUN cd lighthouse && make && cargo clean
|