documentation/Dockerfile
Tobias Brunner 4a4446177b
All checks were successful
Build Documentation / build (push) Successful in 26s
Build Documentation / docker (push) Successful in 16s
configure caddy and disable build cache
2025-12-05 08:56:08 +01:00

6 lines
105 B
Docker

FROM docker.io/caddy:latest
COPY site/ /usr/share/caddy/
COPY Caddyfile /etc/caddy/Caddyfile
EXPOSE 80