Skip to content

Commit

Permalink
gunicorn ep web runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
rabellino-noaa committed Jan 10, 2024
1 parent bf57ea9 commit dc99602
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ RUN pip3 install --no-cache \
flask==2.3.2 \
python-dateutil==2.8.2 \
jsonschema==4.19.0 \
pycouchdb==1.14.2
pycouchdb==1.14.2 \
gunicorn==21.2.0

# Get the latest package updates to keep security vulnerabilities down
RUN apk update && apk upgrade
Expand Down

0 comments on commit dc99602

Please sign in to comment.