fix
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m16s

This commit is contained in:
Lee 2024-04-23 03:27:09 +01:00
parent 76b6164922
commit 5179e01170

@ -45,10 +45,6 @@ ENV NEXT_TELEMETRY_DISABLED 1
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs
# Copy the public folder
COPY --from=builder /app/public ./public
COPY --from=builder /app/documentation ./documentation
# Set the correct permission for prerender cache
RUN mkdir .next
RUN chown nextjs:nodejs .next