update: streamlined run-server.sh with entrypoint.sh.

This commit is contained in:
2026-02-27 22:41:55 +01:00
parent f336039cd8
commit 8be0eb7d90
5 changed files with 170 additions and 110 deletions

View File

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