Skip to content

Instantly share code, notes, and snippets.

@florianherrengt
Created November 17, 2017 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save florianherrengt/26ee17f6991a16d27237058796ed4479 to your computer and use it in GitHub Desktop.
Save florianherrengt/26ee17f6991a16d27237058796ed4479 to your computer and use it in GitHub Desktop.
Run docker with node debugger
version: "3"
services:
web:
build: .
ports:
- "3000:3000"
- "5858:5858"
volumes:
- "./:/wanderpay"
command: 'npm run dev'
networks:
- webnet
networks:
webnet:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment