diff --git a/Dockerfile b/Dockerfile index 88599e4..707194e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,4 +42,4 @@ ENV BRAVE_API_KEY=${BRAVE_API_KEY} EXPOSE 3000 # Set startup command -CMD ["node", "--max-old-space-size=1800", "./dist/server.js"] +CMD ["node", "./dist/server.js"] diff --git a/jina-ai/Dockerfile b/jina-ai/Dockerfile index 12afe0f..275f403 100644 --- a/jina-ai/Dockerfile +++ b/jina-ai/Dockerfile @@ -47,4 +47,4 @@ ENV BRAVE_API_KEY=${BRAVE_API_KEY} EXPOSE 3000 # Set startup command -CMD ["node", "--max-old-space-size=1800", "./dist/server.js"] +CMD ["node", "./dist/server.js"]