fix: Update config files path

This commit is contained in:
Simone Persiani
2021-05-19 11:10:13 +02:00
committed by Joachim Van Herwegen
parent 452032e312
commit a7a0e2d264
4 changed files with 9 additions and 9 deletions

View File

@@ -47,4 +47,4 @@ EXPOSE 3000
ENTRYPOINT [ "node", "bin/server.js" ]
## By default run in filemode (overriden if passing alternative arguments)
CMD [ "-c", "config/config-file.json", "-f", "/data" ]
CMD [ "-c", "config/file.json", "-f", "/data" ]