diff --git a/Dockerfile b/Dockerfile index 3783a8c..7276048 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,4 +48,4 @@ COPY . . EXPOSE 80 # Run the application. -CMD python clashstats/manage.py runserver +CMD python clashstats/manage.py runserver localhost:80