You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
281 B

version: '2.1'
services:
es6-nodejs:
image: es6-nodejs
container_name: es6-nodejs
build: .
environment:
NODE_ENV: development
ports:
- 3001:3001
- 9229:9229
## set your startup file here
command: node --inspect=0.0.0.0:9229 index.js