diff --git a/Dockerfile b/Dockerfile index 6b39974..f4fb162 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,4 +41,5 @@ ARG BUILD ENV BUILD ${BUILD} ENTRYPOINT ["./entrypoint.sh"] +WORKDIR /app/src CMD ["uvicorn", "project.asgi:application", "--host", "0.0.0.0", "--port", "8000", "--workers", "3", "--lifespan", "off"]