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

Exclude server header from response

#50
parent d5229ae3
No related branches found
No related tags found
No related merge requests found
......@@ -144,6 +144,7 @@ build-publish-dev-docker-container-job:
--context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:dev-${CI_COMMIT_SHA}"
--destination "${CI_REGISTRY_IMAGE}:dev-latest"
build-publish-docker-container-job:
stage: deploy
......
......@@ -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 8000
uvicorn app.main:app --host 0.0.0.0 --port 8000 --no-server-header
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment