Fix .env.build values.

This commit is contained in:
Paul 2021-09-03 22:59:04 +01:00
parent fc633ee017
commit eea13a30b8
2 changed files with 2 additions and 3 deletions

View file

@ -1,2 +1,2 @@
API_SERVER=__API_URL__
THEMES_URL=https://static.revolt.chat/themes
VITE_API_URL=__API_URL__
VITE_THEMES_URL=https://static.revolt.chat/themes

View file

@ -14,7 +14,6 @@ RUN npm prune --production
FROM node:15-buster
WORKDIR /usr/src/app
COPY --from=builder /usr/src/app .
RUN rm ./.env
EXPOSE 5000
CMD [ "yarn", "start:inject" ]