ba1cbbba55
signed commit
6 lines
63 B
Docker
6 lines
63 B
Docker
FROM rust:1.39.0
|
|
|
|
|
|
COPY . lighthouse
|
|
RUN cd lighthouse && make
|