website/docker-compose.yml
Sam A. 8b1ee20ba6
All checks were successful
continuous-integration/drone/push Build is passing
Use klakegg/hugo for building site
2023-07-30 00:26:25 +02:00

11 lines
150 B
YAML

version: "3"
services:
server:
image: klakegg/hugo:ext-alpine
command: server
volumes:
- ".:/src"
ports:
- "1313:1313"