forked from abner/for-legacy-web
Fix .env.build values.
parent
fc633ee017
commit
eea13a30b8
|
|
@ -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 New Issue