aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth@simponic.xyz>2024-08-07 21:23:58 -0700
committerElizabeth Hunt <elizabeth@simponic.xyz>2024-08-07 21:23:58 -0700
commit6f223d2462df5e08856fb83fd76773a8af33acf9 (patch)
tree2a439baf25918fe732ba7159709e19a5b09ffb67 /Dockerfile
parent9cdb7a145e5bc0167243e4fac0cad0b65533f97b (diff)
downloadkennel.hatecomputers.club-6f223d2462df5e08856fb83fd76773a8af33acf9.tar.gz
kennel.hatecomputers.club-6f223d2462df5e08856fb83fd76773a8af33acf9.zip
add server url for openapi spec, proxy headers spec
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 0101625..6a87f73 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,4 +11,4 @@ RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
COPY kennel /app/kennel
COPY static /app/static
COPY templates /app/templates
-CMD ["uvicorn", "kennel.main:app", "--host", "0.0.0.0", "--port", "8000"]
+CMD ["uvicorn", "kennel.main:app", "--host", "0.0.0.0", "--port", "8000", "--proxy-headers", "--forwarded-allow-ips", "*"]