mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
Update Dockerfile
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
FROM node:16-buster AS builder
|
||||
|
||||
ENV NODE_OPTIONS="--max_old_space_size=16384"
|
||||
WORKDIR /usr/src/app
|
||||
COPY ./revolt-revite .
|
||||
COPY ./revolt-revite/.env.build ./revolt-revite/.env
|
||||
COPY . .
|
||||
COPY .env.build ./.env
|
||||
|
||||
RUN yarn install --frozen-lockfile
|
||||
RUN yarn build:deps
|
||||
|
||||
Reference in New Issue
Block a user