Compare commits

..

No commits in common. "bab0f6bce564bdd1d752e54b30418594100c92c5" and "9e16129aa56eb8381b8f213289212dcb074eb932" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View file

@ -6,7 +6,6 @@ server {
# to redirect all the requests to index.html,
# useful when you are using react-router
try_files $uri /index.html;
proxy_pass http://localhost:5000
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {

View file

@ -1,2 +1 @@
podman-compose down
podman-compose -f docker-compose.prod.yml down