remove not needed command
All checks were successful
Publish Docker Image / docker (push) Successful in 4m12s

This commit is contained in:
Lee 2023-10-15 02:02:03 +01:00
parent 556f7b4b4d
commit 0258556030

View File

@ -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