mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Update config files path
This commit is contained in:
committed by
Joachim Van Herwegen
parent
452032e312
commit
a7a0e2d264
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user