xufenglei
2018-04-10 fb73a14c658ce113721542c415402321a985d25b
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