diff options
| author | Leon Overweel <l.overweel@gmail.com> | 2017-04-05 15:25:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-05 15:25:24 +0200 |
| commit | 1b04a13129ad7b26218d5b13d77056bda1db9878 (patch) | |
| tree | 884e9d55b6b919f1f41ce6166f6976b64a622067 /Dockerfile | |
| parent | fdb5cd61e4114ab677e7dd611a2f5d636f11e71e (diff) | |
| parent | 044874053e06e9abf255bb4d0c547cfe31fcc21a (diff) | |
Merge pull request #10 from atlarge-research/simplify-frontend-build
Simplify frontend build
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"] |
