From 11ca91b6f090c067896727f8488fa8801119d69b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Negreiros?= Date: Wed, 17 Apr 2024 23:09:15 -0300 Subject: [PATCH] Update Dockeryzer.Dockerfile --- Dockeryzer.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockeryzer.Dockerfile b/Dockeryzer.Dockerfile index cf32f96..3eaf60c 100644 --- a/Dockeryzer.Dockerfile +++ b/Dockeryzer.Dockerfile @@ -16,7 +16,6 @@ COPY --chown=node:node . /workspace/app # Install only production dependencies, optimizing the build process, and clean npm cache. RUN npm ci --only=production && npm run build && npm cache clean --force - # --------------------> The production image # Again, use the Node.js image based on Debian Bullseye for the production phase. FROM node:alpine