(chore) Dockerfile: remove USE_MOCK_AUTH environment variable
This commit is contained in:
@@ -33,7 +33,6 @@ WORKDIR /app
|
|||||||
|
|
||||||
# making sure the production server does not use mock auth
|
# making sure the production server does not use mock auth
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
ENV USE_MOCK_AUTH=false
|
|
||||||
|
|
||||||
COPY --from=builder /app/public/* /app/public/
|
COPY --from=builder /app/public/* /app/public/
|
||||||
# this file is required for the pdfjs-dist package
|
# this file is required for the pdfjs-dist package
|
||||||
|
|||||||
Reference in New Issue
Block a user