1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

changed env file

This commit is contained in:
Fedor Katurov 2021-09-30 12:18:27 +07:00
parent b2ab42bdf1
commit 9c16946b0d
3 changed files with 3 additions and 2 deletions

2
.env Normal file
View file

@ -0,0 +1,2 @@
REACT_APP_API_HOST = https://pig.vault48.org/
REACT_APP_REMOTE_CURRENT = https://pig.vault48.org/static/

1
.gitignore vendored
View file

@ -2,4 +2,3 @@
/npm-debug.log /npm-debug.log
/.idea /.idea
/dist /dist
/.env

View file

@ -8,5 +8,5 @@ FROM nginx:alpine
COPY docker/www/nginx.conf /etc/nginx/nginx.conf COPY docker/www/nginx.conf /etc/nginx/nginx.conf
RUN rm -rf /usr/share/nginx/html/* RUN rm -rf /usr/share/nginx/html/*
COPY --from=builder /build /usr/share/nginx/html COPY --from=builder /build /usr/share/nginx/html
EXPOSE ${EXPOSE} 80
ENTRYPOINT ["nginx", "-g", "daemon off;"] ENTRYPOINT ["nginx", "-g", "daemon off;"]