chore: fixing container port

This commit is contained in:
blam
2020-12-02 10:24:59 +01:00
parent 4b37a64a29
commit e0f2277480
+2 -1
View File
@@ -1,6 +1,7 @@
services:
backstage:
image: tugboatqa/node:lts
expose: 7000
default: true
commands:
init:
@@ -8,4 +9,4 @@ services:
- yarn tsc
- yarn build
start:
- APP_CONFIG_backend_listen_port=80 yarn start-backend
- yarn start-backend