Files
lighthouse/Dockerfile
2019-11-23 10:44:55 +11:00

5 lines
62 B
Docker

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