diff --git a/docker/Dockerfile b/docker/Dockerfile index 3c7b03d..36fe569 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -27,7 +27,7 @@ COPY --from=build-stage /app/dist ./dist # Install only production dependencies COPY package*.json ./ -RUN npm ci --production +RUN npm install --production # Define the entrypoint and default command # If you have a custom entrypoint script