mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-08-03 10:14:43 +00:00
@@ -13,6 +13,10 @@ RUN yarn workspaces focus --production --all
|
||||
|
||||
FROM node:24-alpine
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
ARG REVOLT_PUBLIC_URL=https://api.stoat.chat/
|
||||
ENV REVOLT_PUBLIC_URL=$REVOLT_PUBLIC_URL
|
||||
|
||||
COPY docker/package.json docker/yarn.lock .
|
||||
RUN yarn install --frozen-lockfile
|
||||
COPY --from=builder --exclude=package.json --exclude=yarn.lock --exclude=.yarn* --exclude=.git --exclude=external --exclude=node_modules /usr/src/app .
|
||||
|
||||
Reference in New Issue
Block a user