4 lines
73 B
Docker
4 lines
73 B
Docker
FROM caddy:latest
|
|
|
|
COPY Caddyfile /etc/caddy/Caddyfile
|
|
COPY static/ /srv/ |