From 503ac599a35ebfdd91c8a03d4c56dd10f6e7acfe Mon Sep 17 00:00:00 2001 From: Fayorg Date: Wed, 6 Dec 2023 00:49:05 +0100 Subject: [PATCH] fix: copy not working --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 010e83f..f479900 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,10 +26,6 @@ RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs COPY --from=builder /app/next.config.js ./ -COPY --from=builder /app/sentry.properties ./ -COPY --from=builder /app/.sentryclirc ./ -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 USER nextjs