8 lines
154 B
Docker
8 lines
154 B
Docker
FROM docker.io/library/caddy:2
|
|
|
|
COPY Caddyfile /etc/caddy/Caddyfile
|
|
COPY index.html /srv/
|
|
COPY script.js /srv/
|
|
COPY styles.css /srv/
|
|
COPY getin.jpg /srv/
|