docker-compose.debug.yml 228 B

1234567891011121314
  1. version: '2.1'
  2. services:
  3. ng-alain:
  4. image: ng-alain
  5. build: .
  6. environment:
  7. NODE_ENV: development
  8. ports:
  9. - 80:80
  10. - 9229:9229
  11. ## set your startup file here
  12. command: node --inspect app.js