diff --git a/apps/todo/apps/web/Dockerfile b/apps/todo/apps/web/Dockerfile index 740d41725..c041715e2 100644 --- a/apps/todo/apps/web/Dockerfile +++ b/apps/todo/apps/web/Dockerfile @@ -62,7 +62,7 @@ COPY --from=builder /app/apps/todo/apps/web/build ./build COPY --from=builder /app/apps/todo/apps/web/package.json ./ # Install only production dependencies for the built app -RUN npm install --omit=dev 2>/dev/null || true +RUN npm install --omit=dev # Expose port EXPOSE 5188