Container: fix typo

This commit is contained in:
phil 2025-01-16 05:40:07 +01:00
parent 192ec4a0a5
commit a597a444b5

View file

@ -19,5 +19,5 @@ CMD [ \
"oidc_test.main:app", \
"--host", "0.0.0.0", \
"--port", "80", \
"--forwarded-allow-ips", "*", \
"--forwarded-allow-ips", "*" \
]