Use a small docker image (600MB savings) (#271) by @alairock

node 7                666 MB
node 7-alpine    59.1 MB
This commit is contained in:
Skyler Lewis 2017-05-24 03:36:23 -06:00 committed by Roman Hotsiy
parent b4e2e9d47b
commit a08c3b962e

View File

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