diff --git a/Dockerfile b/Dockerfile index 16f81c7..53e2e32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,4 @@ RUN adduser -u 5678 --disabled-password --gecos "" appuser && chown -R appuser / USER appuser # During debugging, this entry point will be overridden. For more information, please refer to https://aka.ms/vscode-docker-python-debug -CMD ["gunicorn", "--bind", "0.0.0.0:8000", "-k", "uvicorn.workers.UvicornWorker", "main:app"] +CMD ["uvicorn", "main:app"] \ No newline at end of file