Browse Source

Dockerfil

jsc2 v1.2.6
Evan Feenstra 4 years ago
parent
commit
950c6d5a2d
  1. 2
      Dockerfile

2
Dockerfile

@ -4,6 +4,8 @@ WORKDIR /relay
RUN mkdir /relay/.lnd
RUN touch /relay/connection_string.txt
RUN chmod 777 /relay/connection_string.txt
RUN cp config/app.json dist/config/app.json
RUN cp config/config.json dist/config/config.json
COPY . .
RUN apt-get update

Loading…
Cancel
Save