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