mirror of
https://github.com/ddworken/hishtory.git
synced 2025-05-01 21:04:39 +02:00
7 lines
176 B
Docker
7 lines
176 B
Docker
FROM abiosoft/caddy
|
|
|
|
LABEL "com.datadoghq.ad.logs"='[{"source": "caddy", "service": "web"}]'
|
|
|
|
COPY backend/web/caddy/Caddyfile /etc/
|
|
COPY backend/web/landing/www/ /srv/landing
|