Update Dockerfile

pull/1154/head
Abron Studio 2025-08-28 15:47:12 +03:30 committed by GitHub
parent a5b78f0a0c
commit 046adf6021
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM node:16-buster AS builder
ENV NODE_OPTIONS="--max_old_space_size=16384"
ENV NODE_OPTIONS="--max_old_space_size=32768"
WORKDIR /usr/src/app
COPY . .
COPY .env.build ./.env