From 730b57e8e801dd4f70082a8fe6225466f4dfcd51 Mon Sep 17 00:00:00 2001 From: Conrad Date: Sun, 24 Nov 2024 17:21:08 +0100 Subject: [PATCH] fix: fixed codacy recommendation --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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