bug squashing

This commit is contained in:
Micha Albert 2024-10-05 15:16:45 -04:00
parent fa4bd9e7c1
commit 8b4f6b8d26
4 changed files with 9 additions and 5 deletions

View file

@ -20,4 +20,4 @@ RUN prisma generate
COPY main.py .
CMD [ "uvicorn", "main:api", "--log-level", "warning", "--workers", "4", "--host", "0.0.0.0", "--port", "8000" ]
CMD [ "uvicorn", "main:api", "--log-level", "warning", "--host", "0.0.0.0", "--port", "8000" ]