mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-06 21:30:21 +03:00
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:
parent
3d1108f447
commit
719a6e6378
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user