diff --git a/Dockerfile b/Dockerfile index 7f5aabb..b5c2c55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,9 +14,6 @@ RUN npx next telemetry disable # Copy the rest of the files COPY . . -# Remove development dependencies -RUN pnpm prune --production - # Environment Variables ENV NODE_ENV=production