From 02585560300dd63cc0576ec2414da7fd362bb3aa Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 15 Oct 2023 02:02:03 +0100 Subject: [PATCH] remove not needed command --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) 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