Compare commits

..

2 Commits

Author SHA1 Message Date
e2e8c8bf66 Merge pull request 'Clas based startup' (#4) from mvc into main
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 34s
Reviewed-on: #4
2024-12-12 20:07:41 +01:00
46a1951586 Clas based startup 2024-12-12 20:05:47 +01:00

View File

@@ -17,4 +17,4 @@ COPY . .
EXPOSE 9210
# 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"]