fix: fixed codacy recommendation

This commit is contained in:
2024-11-24 17:21:08 +01:00
parent 3bb5bb6739
commit 730b57e8e8

View File

@@ -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