mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-25 17:53:24 +01: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
|