chore: try skip yarn for tty problems

This commit is contained in:
blam
2021-01-27 13:56:37 +01:00
parent 45f49bd12c
commit e3d850a9e4
+1 -1
View File
@@ -12,4 +12,4 @@ services:
- yarn install
start:
# This should be production, but we need to run backend:bundle like the dockerfile does.
- yarn start-backend --config $PWD/app-config.yaml --config $PWD/.tugboat/tugboat.app-config.production.yaml &
- cd packages/backend && node_modules/.bin/backstage-cli backend:dev --config ../../app-config.yaml --config ../../.tugboat/tugboat.app-config.production.yaml &