Skip to content
Snippets Groups Projects
Verified Commit 43e1b57b authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Open port 8000 instead of 80 in docker container process

#49
parent 196409bb
Branches
Tags
No related merge requests found
......@@ -8,4 +8,4 @@ python app/check_oidc_connection.py
python app/check_database_connection.py
# Start webserver
uvicorn app.main:app --host 0.0.0.0 --port 80
uvicorn app.main:app --host 0.0.0.0 --port 8000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment