Fix .env.build values.

pull/1049/head
Paul 2021-09-03 22:59:04 +01:00
parent 4e88ed0aa6
commit 0b67d11bb5
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" ]