mirror of
https://github.com/marcogll/AnchorOS.git
synced 2026-03-15 10:24:26 +00:00
Fix Docker build timeout by removing memory limit and simplifying
Remove NODE_OPTIONS to avoid timeout issues Disable Google Calendar temporarily to prevent JSON errors Simplify build configuration to complete successfully Fixes Coolify deployment failures
This commit is contained in:
@@ -25,8 +25,8 @@ ENV SUPABASE_SERVICE_ROLE_KEY=placeholder-service-role-key
|
||||
ENV STRIPE_SECRET_KEY=<REDACTED>
|
||||
ENV RESEND_API_KEY=<REDACTED>
|
||||
|
||||
# Aumentar memoria disponible para Node.js durante el build
|
||||
ENV NODE_OPTIONS=--max-old-space-size=4096
|
||||
# Deshabilitar Google Calendar temporalmente para evitar errores de build
|
||||
ENV GOOGLE_SERVICE_ACCOUNT_JSON=""
|
||||
|
||||
# Build optimizado
|
||||
RUN npm run build
|
||||
|
||||
Reference in New Issue
Block a user