Clas based startup

This commit is contained in:
2024-12-12 20:05:47 +01:00
parent 146670d7c7
commit 46a1951586

View File

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