mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
changed env file
This commit is contained in:
parent
b2ab42bdf1
commit
9c16946b0d
3 changed files with 3 additions and 2 deletions
2
.env
Normal file
2
.env
Normal 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
1
.gitignore
vendored
|
@ -2,4 +2,3 @@
|
|||
/npm-debug.log
|
||||
/.idea
|
||||
/dist
|
||||
/.env
|
||||
|
|
|
@ -8,5 +8,5 @@ FROM nginx:alpine
|
|||
COPY docker/www/nginx.conf /etc/nginx/nginx.conf
|
||||
RUN rm -rf /usr/share/nginx/html/*
|
||||
COPY --from=builder /build /usr/share/nginx/html
|
||||
EXPOSE ${EXPOSE} 80
|
||||
ENTRYPOINT ["nginx", "-g", "daemon off;"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue