diff --git a/server/Dockerfile b/server/Dockerfile index a4781529..6842b5c8 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -37,7 +37,7 @@ COPY --chown=node:node --from=development /usr/src/app/node_modules ./node_modul COPY --chown=node:node . . # Run the build command which creates the production bundle -RUN npm run build --max-old-space-size=1024 +RUN npm run build --max-old-space-size=2048 # Set NODE_ENV environment variable # docker-compose에서 설정함