Skip to content

Commit

Permalink
fix: removed duplicate install
Browse files Browse the repository at this point in the history
  • Loading branch information
creyD committed Nov 24, 2024
1 parent 6ab1eaf commit e77fe11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e77fe11

Please sign in to comment.