Merge branch 'Worklenz:main' into fix/kanban-board-optimization

This commit is contained in:
Tharindu Kosgahakumbura
2025-06-06 09:10:32 +05:30
committed by GitHub
3 changed files with 15 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ COPY . .
RUN echo "window.VITE_API_URL='${VITE_API_URL:-http://backend:3000}';" > ./public/env-config.js && \
echo "window.VITE_SOCKET_URL='${VITE_SOCKET_URL:-ws://backend:3000}';" >> ./public/env-config.js
RUN npm run build
RUN NODE_OPTIONS="--max-old-space-size=4096" npm run build
FROM node:22-alpine AS production