From e77fe115c67fb7f2c629d24a93694dd458ef7faa Mon Sep 17 00:00:00 2001 From: Conrad Date: Sun, 24 Nov 2024 17:16:23 +0100 Subject: [PATCH] fix: removed duplicate install --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65ea146..3360c17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,6 @@ ENV ENV=DEV # Install dependencies RUN pip install --no-cache-dir --upgrade -r requirements.txt -RUN pip install 'uvicorn[standard]' # Switch to the non-root user USER appuser