mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 00:05:35 +01:00
11 lines
210 B
YAML
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'
|