fix: increse heap memory for the docker build

This commit is contained in:
sriram veeraghanta
2025-08-20 03:09:24 +05:30
parent d1d1869cea
commit ed46ade61b

View File

@@ -74,7 +74,7 @@ ENV NEXT_PUBLIC_SILO_BASE_PATH=$NEXT_PUBLIC_SILO_BASE_PATH
ENV NEXT_TELEMETRY_DISABLED=1
ENV TURBO_TELEMETRY_DISABLED=1
RUN pnpm turbo run build --filter=web
RUN NODE_OPTIONS="--max-old-space-size=4096" pnpm turbo run build --filter=web
# *****************************************************************************
# STAGE 3: Copy the project and start it