Skip to content

Commit

Permalink
Change startup commande to port 80
Browse files Browse the repository at this point in the history
  • Loading branch information
edbourque0 committed Sep 2, 2024
1 parent fa37ce7 commit 10d347b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ COPY . .
EXPOSE 80

# Run the application.
CMD python clashstats/manage.py runserver
CMD python clashstats/manage.py runserver localhost:80

0 comments on commit 10d347b

Please sign in to comment.