christmas/docker-compose.debug.yml

12 lines
234 B
YAML
Raw Normal View History

2018-12-01 07:44:26 -08:00
version: '2.1'
services:
christmas-community:
image: christmas-community
build: .
environment:
NODE_ENV: development
ports:
- 3000:3000
- 9229:9229
command: node --inspect=0.0.0.0:9229 index.js