Update Dockerfile

pull/1060/head
Anonymous 2024-08-28 17:01:39 +08:00 committed by Harish Vishwakarma
parent 4e4e974ca8
commit a30012bef6
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
FROM node:16-buster AS builder
WORKDIR /usr/src/app
COPY . .
COPY .env.build .env
COPY ./revolt-revite .
COPY ./revolt-revite/.env.build ./revolt-revite/.env
RUN yarn install --frozen-lockfile
RUN yarn build:deps