Skip to content

Commit

Permalink
change port of gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
d2avids committed Jun 25, 2024
1 parent d4d5fb5 commit deba971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN pip install -r requirements.txt --no-cache-dir

COPY . .

CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--workers", "3", "--timeout", "360", "backend.wsgi"]
CMD ["gunicorn", "--bind", "0.0.0.0:8080", "--workers", "3", "--timeout", "360", "backend.wsgi"]

0 comments on commit deba971

Please sign in to comment.