We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a422fe2 commit 5edac6cCopy full SHA for 5edac6c
Dockerfile
@@ -67,6 +67,7 @@ ENV PRISMA_HIDE_UPDATE_MESSAGE=true
67
ENV PRISMA_ENGINES_CHECKSUM_IGNORE_MISSING=1
68
69
ENV PM2_DISABLE_VERSION_CHECK=true
70
+ENV NODE_OPTIONS="--max-old-space-size=16384"
71
72
COPY --from=backend-build /opt/app/dist ./dist
73
COPY --from=frontend /opt/frontend/frontend_temp/dist ./frontend
0 commit comments