Lets use a small docker image (600MB Savings ZOMG)

node 7                8 days ago          666 MB
node 7-alpine    8 days ago          59.1 MB
This commit is contained in:
Skyler Lewis 2017-05-23 14:00:34 -06:00 committed by GitHub
parent 3d1108f447
commit 719a6e6378

View File

@ -1,5 +1,5 @@
dev: dev:
image: node:7 image: node:7-alpine
command: sh -c "npm install; npm start -- --host=0.0.0.0" command: sh -c "npm install; npm start -- --host=0.0.0.0"
ports: ports:
- "9000:9000" - "9000:9000"