Add Caddy, move mainsail into addon

This commit is contained in:
Fredrik Baberg
2023-01-12 03:08:46 +01:00
parent fd2f876083
commit 825d9c1a55
5 changed files with 17 additions and 6 deletions

View File

@@ -10,7 +10,8 @@ RUN apk add --no-cache \
python3-dev \
libffi-dev \
build-base \
curl-dev
curl-dev \
caddy
COPY rootfs /
RUN chmod +x /etc/cont-init.d/*.sh