this is required :c
All checks were successful
Deploy SSR / deploy (push) Successful in 1m13s

This commit is contained in:
Lee 2024-09-23 23:30:04 +01:00
parent b33f6cd815
commit 69566fe5b8

@ -34,7 +34,7 @@ RUN adduser --system --uid 1001 nextjs
RUN mkdir .next
RUN chown nextjs:nodejs .next
# COPY --from=builder --chown=nextjs:nodejs /app/node_modules ./node_modules
COPY --from=builder --chown=nextjs:nodejs /app/node_modules ./node_modules
COPY --from=builder --chown=nextjs:nodejs /app/.next ./.next
COPY --from=builder --chown=nextjs:nodejs /app/public ./public
COPY --from=builder --chown=nextjs:nodejs /app/package.json ./package.json