mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-15 06:30:26 +02:00
handle memory issues
This commit is contained in:
+1
-1
@@ -36,4 +36,4 @@ COPY --from=build /app/public ./public
|
||||
COPY package.json ./package.json
|
||||
COPY healthcheck.js ./healthcheck.js
|
||||
|
||||
CMD ["node", "./build/server/index.js"]
|
||||
CMD ["node", "--max-old-space-size=2048", "./build/server/index.js"]
|
||||
|
||||
Reference in New Issue
Block a user