diff --git a/Dockerfile b/Dockerfile index 600cc71..dd158b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM docker.io/python:3.8.12-slim-bullseye COPY . /halfapi WORKDIR /halfapi +RUN pip install gunicorn uvicorn RUN pip install . CMD gunicorn halfapi.app