mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +00:00
Fix .env.build values.
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
API_SERVER=__API_URL__
|
VITE_API_URL=__API_URL__
|
||||||
THEMES_URL=https://static.revolt.chat/themes
|
VITE_THEMES_URL=https://static.revolt.chat/themes
|
||||||
@@ -14,7 +14,6 @@ RUN npm prune --production
|
|||||||
FROM node:15-buster
|
FROM node:15-buster
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY --from=builder /usr/src/app .
|
COPY --from=builder /usr/src/app .
|
||||||
RUN rm ./.env
|
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
CMD [ "yarn", "start:inject" ]
|
CMD [ "yarn", "start:inject" ]
|
||||||
Reference in New Issue
Block a user