1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-29 00:58:02 +02:00
docs/docker-compose.yml
2018-11-10 14:47:09 +01:00

11 lines
210 B
YAML

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'