mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
a08c3b962e
node 7 666 MB node 7-alpine 59.1 MB
9 lines
162 B
YAML
9 lines
162 B
YAML
dev:
|
|
image: node:7-alpine
|
|
command: sh -c "npm install; npm start -- --host=0.0.0.0"
|
|
ports:
|
|
- "9000:9000"
|
|
volumes:
|
|
- "./:/code"
|
|
working_dir: /code
|