test deployment
Some checks failed
Deploy SSR / deploy (push) Failing after 1m8s

This commit is contained in:
Lee
2024-09-23 23:28:05 +01:00
parent a02d45e81c
commit b33f6cd815
3 changed files with 37 additions and 4 deletions

View File

@ -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