mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
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:
parent
b4e2e9d47b
commit
a08c3b962e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user