website/docker-compose.yml
Sam A. f65718db01
All checks were successful
continuous-integration/drone/push Build is passing
Fix new website
2022-12-08 09:43:48 +01:00

16 lines
230 B
YAML

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