Skip to content

Commit d0123ff

Browse files
committed
add docker-compose multiple environments
1 parent 0ad0442 commit d0123ff

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docker-compose.debug.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
services:
2+
api:
3+
command: bash -c "yarn install && yarn debug"

docker-compose.production.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
services:
2+
api:
3+
command: bash -c "yarn install && yarn build && yarn start"

0 commit comments

Comments
 (0)