Adicionar web/Dockerfile.caddy
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM caddy:latest
|
||||
|
||||
# Copy Caddy configuration
|
||||
COPY Caddyfile /etc/caddy/Caddyfile
|
||||
|
||||
# Copy static files
|
||||
COPY index.html /srv/index.html
|
||||
COPY style.css /srv/style.css
|
||||
Reference in New Issue
Block a user