3 lines
92 B
Docker
3 lines
92 B
Docker
FROM caddy:latest
|
|
COPY conf/Caddyfile /etc/caddy/Caddyfile
|
|
COPY ./../../server/frontend /srv |