lighthouse/Dockerfile
2019-12-12 17:11:49 +11:00

6 lines
63 B
Docker

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