1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-07-01 06:02:10 +02:00
docs/docker-compose.yml

11 lines
210 B
YAML
Raw Normal View History

2018-11-10 14:47:09 +01:00
version: '3'
services:
gatsby:
build: .
command: ./node_modules/gatsby/dist/bin/gatsby.js develop --host 0.0.0.0
volumes:
- .:/docs
- /docs/node_modules
ports:
- '8000:8000'