mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-05-23 09:49:17 +00:00
Increase heap size (#363)
This commit is contained in:
parent
9396edddb2
commit
7f5f481cea
@ -4,6 +4,7 @@ WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
COPY . .
|
||||
ENV NODE_OPTIONS="--max-old-space-size=4096"
|
||||
RUN npm run build
|
||||
|
||||
# Stage 2: Setup the Nginx Server to serve the app
|
||||
|
Loading…
Reference in New Issue
Block a user