added custom login screen

This commit is contained in:
2024-02-13 16:07:50 +01:00
parent fdd15565b8
commit 199159c208
9 changed files with 96 additions and 5 deletions

View File

@@ -36,9 +36,11 @@ ENV NODE_ENV production
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs
COPY --from=builder /app/public/* /app/public/
# this file is required for the pdfjs-dist package
COPY --from=builder /app/node_modules/pdfjs-dist/build/pdf.worker.min.mjs /app/public/pdf.worker.min.mjs
# Set the correct permission for prerender cache
RUN mkdir .next
RUN chown nextjs:nodejs .next