diff --git a/Containerfile b/Containerfile index 8abb65b..aef57f8 100644 --- a/Containerfile +++ b/Containerfile @@ -19,5 +19,5 @@ CMD [ \ "oidc_test.main:app", \ "--host", "0.0.0.0", \ "--port", "80", \ - "--forwarded-allow-ips", "*", \ + "--forwarded-allow-ips", "*" \ ]