fix: update Dockerfile to copy the correct Caddyfile template and remove unused cert-functions.sh

This commit is contained in:
2026-03-24 08:30:09 +01:00
parent 00459cbb1c
commit 9d1546a1bc

View File

@@ -26,9 +26,8 @@ RUN npm pkg set scripts.prepare="echo no-prepare"
RUN npm ci --omit=dev --unsafe-perm RUN npm ci --omit=dev --unsafe-perm
WORKDIR /app WORKDIR /app
COPY ./cert-functions.sh ./
COPY ./entrypoint.sh . COPY ./entrypoint.sh .
COPY ./Caddyfile.example . COPY ./Caddyfile.template .
RUN chmod +x entrypoint.sh RUN chmod +x entrypoint.sh
ENTRYPOINT [ "/app/entrypoint.sh" ] ENTRYPOINT [ "/app/entrypoint.sh" ]