Skip to content

Commit

Permalink
Don't break on user script at start and bind debug only locally
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesir87 committed Oct 24, 2023
1 parent 85b4013 commit 7e0e20a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ services:
result:
build: ./result
# use nodemon rather than node for local dev
entrypoint: nodemon --inspect-brk=0.0.0.0 server.js
entrypoint: nodemon --inspect=0.0.0.0 server.js
depends_on:
db:
condition: service_healthy
volumes:
- ./result:/app
ports:
- "5001:80"
- "9229:9229"
- "127.0.0.1:9229:9229"
networks:
- front-tier
- back-tier
Expand Down

0 comments on commit 7e0e20a

Please sign in to comment.