summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-04-04 15:44:29 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-04-04 15:44:29 +0200
commita3a6f6a04a652bad5375f1ecb726f993fa4cf908 (patch)
treed847bc68813eb82e4d2ca82fab52f4fd5271a7a8 /Dockerfile
parent35a7c871045c2d77ee64358f8058a35d3929a0fa (diff)
Move all configuration to a central keys.json file
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"]