From a593d2a373869a812fc47da1d1927e65ad7e4d5d Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Sun, 23 Nov 2025 23:00:07 +0100 Subject: [PATCH] (chore) Dockerfile: remove USE_MOCK_AUTH environment variable --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 40a3443..acc464f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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