10 lines
157 B
YAML
10 lines
157 B
YAML
services:
|
|
backstage:
|
|
image: tugboatqa/node:lts
|
|
commands:
|
|
init:
|
|
- yarn
|
|
- yarn build
|
|
start:
|
|
- yarn start-backend
|