Browse Source

test

docker-build-test
Gonzalo Aune 4 years ago
parent
commit
df311d913b
  1. 1
      Dockerfile

1
Dockerfile

@ -5,6 +5,7 @@ RUN mkdir /relay/.lnd
RUN touch /relay/connection_string.txt
RUN touch /relay/.lnd/sphinx.db
RUN chmod 777 /relay/connection_string.txt
RUN chmod 777 /relay/.lnd/sphinx.db
COPY --chown=1000:1000 . .
RUN apt-get update

Loading…
Cancel
Save