diff --git a/Dockerfile b/Dockerfile index 06a3716..0e20294 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,4 +29,4 @@ COPY --chown=node:node ./config ./config USER node EXPOSE 8080 -CMD ["dumb-init", "node", "--max_old_space_size=512", "./index.js"] +CMD ["dumb-init", "node", "./index.js"]