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