Skip to content

Commit

Permalink
restore web/.env value
Browse files Browse the repository at this point in the history
  • Loading branch information
alimy committed Jun 7, 2022
1 parent b1a8289 commit 0183136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_HOST=""
VITE_HOST="https://api.paopao.info"
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ USER root
COPY --from=frontend /web/dist/ /usr/share/nginx/html/

# HEALTHCHECK
HEALTHCHECK --interval=5s --timeout=3s --retries=3 CMD service nginx status | grep running || exit 1
HEALTHCHECK --interval=5s --timeout=3s --retries=3 CMD service nginx status | grep running || exit 1

0 comments on commit 0183136

Please sign in to comment.