Files
backstage/.tugboat/config.yml
T
2020-12-02 10:24:59 +01:00

13 lines
219 B
YAML

services:
backstage:
image: tugboatqa/node:lts
expose: 7000
default: true
commands:
init:
- yarn install
- yarn tsc
- yarn build
start:
- yarn start-backend