Container: remove --root-path in CMD
All checks were successful
/ build (push) Successful in 42s
/ test (push) Successful in 5s

This commit is contained in:
phil 2025-01-15 02:59:56 +01:00
parent b15e617439
commit 192ec4a0a5

View file

@ -20,5 +20,4 @@ CMD [ \
"--host", "0.0.0.0", \
"--port", "80", \
"--forwarded-allow-ips", "*", \
"--root-path", "/oidc-test" \
]