mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-16 08:58:20 +00:00
ba1cbbba55
signed commit
6 lines
63 B
Docker
6 lines
63 B
Docker
FROM rust:1.39.0
|
|
|
|
|
|
COPY . lighthouse
|
|
RUN cd lighthouse && make
|