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