From b542dc265a9ae949372ba1a4610b403cd72b17b8 Mon Sep 17 00:00:00 2001 From: Maxime-J Date: Sat, 19 Apr 2025 14:23:47 +0200 Subject: [PATCH] Remove unnecessary Dockerfile steps --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 393dd9e6..ea6b24dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,10 +42,7 @@ RUN set -x \ && apk add --no-cache curl \ && yarn add npm-run-all dotenv semver prisma@6.1.0 -# You only need to copy next.config.js if you are NOT using the default configuration -COPY --from=builder /app/next.config.js . COPY --from=builder --chown=nextjs:nodejs /app/public ./public -COPY --from=builder /app/package.json ./package.json COPY --from=builder /app/prisma ./prisma COPY --from=builder /app/scripts ./scripts