From 950c6d5a2dc3b6adec91cbdbd9a513ca353b95ce Mon Sep 17 00:00:00 2001 From: Evan Feenstra Date: Tue, 15 Dec 2020 12:16:15 -0800 Subject: [PATCH] Dockerfil --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 80aaad3..0fe9380 100644 --- a/Dockerfile +++ b/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