chore: try different config

This commit is contained in:
blam
2021-01-27 11:17:12 +01:00
parent 732701e4a7
commit 15932ee95b
+1 -1
View File
@@ -13,4 +13,4 @@ services:
- yarn install
start:
# This should be production, but we need to run backend:bundle like the dockerfile does.
- yarn start-backend --config app-config.yaml --config .tugboat/tugboat.app-config.production.yaml &
- node packages/backend/dist/main --config app-config.yaml --config .tugboat/tugboat.app-config.production.yaml &