chore: set as default

This commit is contained in:
blam
2020-12-01 20:08:47 +01:00
parent b303ee9fb1
commit 4ee32a78f1
+2 -1
View File
@@ -1,10 +1,11 @@
services:
backstage:
image: tugboatqa/node:lts
default: true
commands:
init:
- yarn install
- yarn tsc
- yarn build
start:
- yarn start-backend
- APP_CONFIG_backend_listen_port=80 yarn start-backend