mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
Fix .env.build values.
This commit is contained in:
parent
fc633ee017
commit
eea13a30b8
2 changed files with 2 additions and 3 deletions
|
@ -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" ]
|
Loading…
Reference in a new issue