diff --git a/Dockerfile b/Dockerfile index 7238735..0ed48d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,6 @@ RUN pip install -U "pip>=19.3.1" && \ # python manage.py collectstatic --noinput && \ python manage.py migrate +EXPOSE 8080 # Run the application CMD python manage.py runserver 0.0.0.0:8080