From 69566fe5b886a99900dceaff4eba41af100d5b16 Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 23 Sep 2024 23:30:04 +0100 Subject: [PATCH] this is required :c --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1dd0306..04f24ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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