mirror of
https://github.com/creyD/apilog.git
synced 2026-04-12 19:30:29 +02:00
fix: removed duplicate install
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user