mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 10:15:26 +00:00
Update Dockerfile
This commit is contained in:
committed by
Harish Vishwakarma
parent
4e4e974ca8
commit
a30012bef6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user