add scripts folder, run start.sh

This commit is contained in:
Gerrit Gogel 2021-01-25 00:54:34 +01:00
parent 69cbbfb020
commit 35a7bb9600

View file

@ -4,4 +4,7 @@ RUN apk add --no-cache \
bash \ bash \
bind-tools bind-tools
COPY Caddyfile /etc/caddy/Caddyfile COPY Caddyfile /etc/caddy/Caddyfile
COPY scripts /scripts
CMD ["/scripts/start.sh"]