Skip to content

Commit

Permalink
deploy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebraHr committed Aug 17, 2023
1 parent f1e9c46 commit 9dc4bbb
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 @@ -10,4 +10,4 @@ RUN pip install -r requirements.txt --no-cache-dir

COPY . .

CMD ["gunicorn", "--bind", "0.0.0.0:8000", "kittygram_backend.wsgi"]
CMD ["gunicorn", "--bind", "0.0.0.0:9000", "kittygram_backend.wsgi"]

0 comments on commit 9dc4bbb

Please sign in to comment.