diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-04-04 15:44:29 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-04-04 15:44:29 +0200 |
| commit | a3a6f6a04a652bad5375f1ecb726f993fa4cf908 (patch) | |
| tree | d847bc68813eb82e4d2ca82fab52f4fd5271a7a8 /Dockerfile | |
| parent | 35a7c871045c2d77ee64358f8058a35d3929a0fa (diff) | |
Move all configuration to a central keys.json file
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"] |
