Skip to content

Commit

Permalink
Merge pull request #31 from jpodivin/gunicorn
Browse files Browse the repository at this point in the history
Fixing bind to point to port 80
  • Loading branch information
jpodivin authored Nov 24, 2023
2 parents 7eb02ee + 813c34b commit ffc71eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ RUN npx shadow-cljs release app
# https://www.uvicorn.org/deployment/
WORKDIR /src/backend
ENV PYTHONPATH="${PYTHONPATH}:/src"
CMD gunicorn -k uvicorn.workers.UvicornWorker api:app -b 0.0.0.0:8080
CMD gunicorn -k uvicorn.workers.UvicornWorker api:app -b 0.0.0.0:80

0 comments on commit ffc71eb

Please sign in to comment.