Loads of boiler plating
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 36s

This commit is contained in:
Henrik Jess
2024-12-10 17:20:44 +01:00
parent 85db7fd1b3
commit 191b21f275

View File

@@ -17,4 +17,4 @@ COPY . .
EXPOSE 9210
# Command to run the FastAPI application
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "9210", "--workers", "1"]
CMD ["uvicorn", "app:app", "--proxy-headers", "--host", "0.0.0.0", "--port", "9210", "--workers", "1"]