website/docker-compose.yml
Sam A. 1a46bf02d3
All checks were successful
continuous-integration/drone/push Build is passing
Test Drone
2023-07-26 18:05:03 +02:00

13 lines
207 B
YAML

version: "3"
services:
serve:
build:
context: .
dockerfile: Dockerfile_hugo
command: |
/bin/bash -c "cd /code && hugo serve"
network_mode: host
volumes:
- .:/code