forked from data.coop/website
Test Drone
This commit is contained in:
parent
84f78ee052
commit
1a46bf02d3
|
@ -6,10 +6,7 @@ services:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile_hugo
|
dockerfile: Dockerfile_hugo
|
||||||
command: |
|
command: |
|
||||||
/bin/bash -c "
|
/bin/bash -c "cd /code && hugo serve"
|
||||||
cd /code
|
network_mode: host
|
||||||
hugo serve
|
|
||||||
"
|
|
||||||
network_mode: "host"
|
|
||||||
volumes:
|
volumes:
|
||||||
- .:/code
|
- .:/code
|
||||||
|
|
Loading…
Reference in a new issue