remove node memory limit

This commit is contained in:
Sha Zhou 2025-05-14 09:24:10 +08:00
parent f62bb348d4
commit 3d6e6f73ea
2 changed files with 2 additions and 2 deletions

View File

@ -42,4 +42,4 @@ ENV BRAVE_API_KEY=${BRAVE_API_KEY}
EXPOSE 3000 EXPOSE 3000
# Set startup command # Set startup command
CMD ["node", "--max-old-space-size=1800", "./dist/server.js"] CMD ["node", "./dist/server.js"]

View File

@ -47,4 +47,4 @@ ENV BRAVE_API_KEY=${BRAVE_API_KEY}
EXPOSE 3000 EXPOSE 3000
# Set startup command # Set startup command
CMD ["node", "--max-old-space-size=1800", "./dist/server.js"] CMD ["node", "./dist/server.js"]