chore: fixing config again

This commit is contained in:
blam
2021-01-27 10:02:19 +01:00
parent 4f6d779b78
commit f683dfbee5
+3 -2
View File
@@ -1,6 +1,6 @@
services:
backstage:
image: node:lts-alpine
image: tugboatqa/node:lts
expose: 7000
default: true
commands:
@@ -14,4 +14,5 @@ services:
- yarn tsc
- yarn build
start:
- node packages/backend/dist/main --config app-config.yaml --config .tugboat/tugboat.app-config.production.yaml &
# 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 &