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