copy next config file
All checks were successful
deploy / deploy (push) Successful in 48s

This commit is contained in:
Lee 2023-10-19 14:28:44 +01:00
parent aa13e00b69
commit d8391eb9dd

@ -32,6 +32,7 @@ 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
COPY --from=builder --chown=nextjs:nodejs /app/next.config.js ./next.config.js
USER nextjs
EXPOSE 80