diff --git a/Dockerfile b/Dockerfile index a857bae..0b83a84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN yarn workspaces focus --production FROM node:${NODE_VERSION} EXPOSE 80 WORKDIR /app -CMD ["node", "--max-old-space-size=8192", " --experimental-specifier-resolution=node", "./dist/node/index.js"] +CMD ["node", "./dist/node/index.js"] # Install required packages # RUN apk add --no-cache file imagemagick ffmpeg