From 192ec4a0a5b3fc98c16e93e17d407615787d6564 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 15 Jan 2025 02:59:56 +0100 Subject: [PATCH] Container: remove --root-path in CMD --- Containerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Containerfile b/Containerfile index 0cbdc9e..8abb65b 100644 --- a/Containerfile +++ b/Containerfile @@ -20,5 +20,4 @@ CMD [ \ "--host", "0.0.0.0", \ "--port", "80", \ "--forwarded-allow-ips", "*", \ - "--root-path", "/oidc-test" \ ]