mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 02:12:33 +00:00
5 lines
62 B
Docker
5 lines
62 B
Docker
FROM rust:latest
|
|
|
|
COPY . lighthouse
|
|
RUN cd lighthouse && make
|