(chore) Dockerfile: remove USE_MOCK_AUTH environment variable

This commit is contained in:
Knee Cola
2025-11-23 23:00:07 +01:00
parent cfe5158112
commit a593d2a373

View File

@@ -33,7 +33,6 @@ WORKDIR /app
# making sure the production server does not use mock auth
ENV NODE_ENV=production
ENV USE_MOCK_AUTH=false
COPY --from=builder /app/public/* /app/public/
# this file is required for the pdfjs-dist package