Test Drone
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sam A. 2023-07-26 18:05:03 +02:00
parent 84f78ee052
commit 1a46bf02d3
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 2 additions and 5 deletions

View File

@ -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