diff --git a/Dockerfile b/Dockerfile index e697ab7..962a34e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,4 +42,6 @@ ENV BUILD ${BUILD} ENTRYPOINT ["./entrypoint.sh"] +EXPOSE 8000 + CMD ["uvicorn", "project.asgi:application", "--host", "0.0.0.0", "--port", "8000", "--workers", "3", "--lifespan", "off", "--app-dir", "/app/src"]