Update Dockerfile

This commit is contained in:
2026-01-12 08:54:41 +00:00
parent fa6e54bb5a
commit be36658b0c

View File

@@ -7,4 +7,5 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY . .
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"] CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"]