chore: think this is what it's supposed to look like haha

This commit is contained in:
blam
2021-01-27 10:23:53 +01:00
parent f683dfbee5
commit 233d519ca1
+1 -3
View File
@@ -8,11 +8,9 @@ services:
- yarn install
build:
- yarn tsc
- yarn build
- yarn build --config app-config.yaml --config .tugboat/tugboat.app-config.production.yaml
update:
- yarn install
- yarn tsc
- yarn build
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 &