summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index c3edac6c..a57a9e7c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,8 +29,8 @@ RUN mkdir -p /data/database \
&& cd /opendc/opendc-frontend \
&& rm -rf /opendc/opendc-frontend/build \
&& yarn \
- && gulp --config=../build/frontend_config.json
+ && gulp --config=../keys.json
CMD ["sh", "-c", "cd /opendc && ./build/configure.sh /data/database && /usr/bin/supervisord -c /opendc/build/supervisord.conf"]
-VOLUME ["/data/database"] \ No newline at end of file
+VOLUME ["/data/database"]