chore: set as default
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user