Skip to content

Commit

Permalink
fix: depends on rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal authored Jul 10, 2024
1 parent 14542b5 commit 77e08e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ services:
restart: always
command: bash -c "npm run prepare && npm run start:client"
working_dir: /usr/src/service
depends_on:
- node-router
volumes:
- type: bind
source: .
Expand Down

0 comments on commit 77e08e9

Please sign in to comment.