|
@ -4,6 +4,8 @@ WORKDIR /relay |
|
|
RUN mkdir /relay/.lnd |
|
|
RUN mkdir /relay/.lnd |
|
|
RUN touch /relay/connection_string.txt |
|
|
RUN touch /relay/connection_string.txt |
|
|
RUN chmod 777 /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 . . |
|
|
COPY . . |
|
|
|
|
|
|
|
|
RUN apt-get update |
|
|
RUN apt-get update |
|
|