diff --git a/Dockerfile b/Dockerfile index 588fb16..322b6f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ ENV VERSION=${VERSION} # Install dependencies RUN pip install --no-cache-dir --upgrade -r requirements.txt -RUN pip install 'uvicorn[standard]' ENV ENV=DEV