diff --git a/Dockerfile b/Dockerfile index e302e9d..23b11a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,6 @@ ENV NODE_ENV=production RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs -COPY --from=builder /app/public ./public COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static