diff --git a/Dockerfile b/Dockerfile index f3dada4..5721641 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt COPY.. -EXPOSE 5000 +EXPOSE 8000 -CMD ["python", "app.py"] \ No newline at end of file +CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"] \ No newline at end of file