5 lines
83 B
Docker
5 lines
83 B
Docker
FROM caddy:2.3.0-alpine
|
|
|
|
COPY Caddyfile.dev /etc/caddy/Caddyfile
|
|
COPY certs /certs
|