fix: reverted nginx base image to use unprivileged version

This commit is contained in:
alam00000
2026-04-04 12:46:48 +05:30
parent 5fb6b416f3
commit ffddca2a7d
2 changed files with 5 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ RUN --mount=type=secret,id=VITE_CORS_PROXY_URL \
npm run build:with-docs
# Production stage — uses standard nginx (starts as root, drops to PUID/PGID)
FROM nginx:1.28.3-alpine-slim
FROM nginx:alpine-slim
LABEL org.opencontainers.image.source="https://github.com/alam00000/bentopdf"
LABEL org.opencontainers.image.url="https://github.com/alam00000/bentopdf"