fix: removed duplicate install

This commit is contained in:
2024-11-24 17:16:23 +01:00
parent 6ab1eafe1d
commit e77fe115c6

View File

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