Skip to content

Commit

Permalink
docker: add standard uvicorn as dep to support websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen committed Aug 28, 2024
1 parent 24f055c commit 89bdf39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN dnf -y update && \
# The dependencies for this project
&& dnf -y install \
python3-fastapi \
python3-uvicorn \
python3-uvicorn+standard \
python3-jinja2 \
python3-requests \
python3-koji \
Expand Down
2 changes: 1 addition & 1 deletion docker/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ENV STORAGE_DIR=/persistent
ENV FEEDBACK_DIR=/persistent/results

RUN dnf -y install python3-fastapi \
python3-uvicorn \
python3-uvicorn+standard \
python3-gunicorn \
python3-jinja2 \
python3-requests \
Expand Down

0 comments on commit 89bdf39

Please sign in to comment.