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