5 lines
77 B
Docker
5 lines
77 B
Docker
FROM caddy:latest
|
|
|
|
COPY Caddyfile /etc/caddy/Caddyfile
|
|
COPY index.html /srv/
|