This commit is contained in:
2025-02-07 20:39:44 -05:00
parent c894451bfe
commit e24bcae88c

View File

@@ -10,4 +10,4 @@ COPY . .
EXPOSE 8000
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
CMD ["uvicorn", "app:main:app", "--host", "0.0.0.0", "--port", "8000"]