chore: hopefully getting something to boot now?

This commit is contained in:
blam
2021-01-27 11:31:27 +01:00
parent 15932ee95b
commit 1aa7817271
+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.
- node packages/backend/dist/main --config app-config.yaml --config .tugboat/tugboat.app-config.production.yaml &
- yarn start-backend --config $PWD/app-config.yaml --config $PWD/.tugboat/tugboat.app-config.production.yaml &