This commit is contained in:
Liam 2022-10-26 14:50:37 +01:00
parent 97da1d8ff3
commit f2c489879b

@ -60,7 +60,7 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
COPY --from=builder --chown=nextjs:nodejs /app/public ./.next/static
RUN chown -R nextjs:nodejs /
RUN chown -R nextjs:nodejs /app
USER nextjs