2021-01-24 23:19:27 +00:00
|
|
|
FROM caddy:2.3.0-alpine
|
2021-01-18 23:31:17 +00:00
|
|
|
|
2021-01-24 23:20:17 +00:00
|
|
|
RUN apk add --no-cache \
|
|
|
|
bash \
|
|
|
|
bind-tools
|
|
|
|
|
2021-01-24 23:54:34 +00:00
|
|
|
COPY Caddyfile /etc/caddy/Caddyfile
|
|
|
|
COPY scripts /scripts
|
|
|
|
|
|
|
|
CMD ["/scripts/start.sh"]
|