mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
Update Dockerfile
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
FROM node:16-buster AS builder
|
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
|
WORKDIR /usr/src/app
|
||||||
COPY . .
|
COPY . .
|
||||||
COPY .env.build ./.env
|
COPY .env.build ./.env
|
||||||
|
|||||||
Reference in New Issue
Block a user