summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorLeon Overweel <l.overweel@gmail.com>2017-04-05 15:25:24 +0200
committerGitHub <noreply@github.com>2017-04-05 15:25:24 +0200
commit1b04a13129ad7b26218d5b13d77056bda1db9878 (patch)
tree884e9d55b6b919f1f41ce6166f6976b64a622067 /Dockerfile
parentfdb5cd61e4114ab677e7dd611a2f5d636f11e71e (diff)
parent044874053e06e9abf255bb4d0c547cfe31fcc21a (diff)
Merge pull request #10 from atlarge-research/simplify-frontend-build
Simplify frontend build
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"]