lighthouse/Dockerfile
2019-12-18 10:36:42 +11:00

6 lines
78 B
Docker

FROM rust:1.39.0
COPY . lighthouse
RUN cd lighthouse && make && cargo clean