j40-cejst-2/client/docker-compose.debug.yml

15 lines
275 B
YAML
Raw Permalink Normal View History

2021-06-10 00:00:24 -04:00
version: '3.4'
services:
justice40tool:
image: justice40tool
build:
context: .
dockerfile: ./Dockerfile
environment:
NODE_ENV: development
ports:
- 8000:8000
- 9229:9229
command: ["npm", "start", "--inspect=0.0.0.0:9229"]