This commit is contained in:
Jamitz 2026-01-06 15:48:41 +00:00
parent e3eac33abf
commit fb6912b30f

View file

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