From d540d07369f031eee5302ab2d360fc4f21b31611 Mon Sep 17 00:00:00 2001 From: scayac Date: Fri, 26 Sep 2025 09:53:21 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 778b494..b5b3e33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ COPY . . RUN python manage.py collectstatic --noinput # Expose Daphne port -EXPOSE 8000 +EXPOSE 8003 # Start Daphne CMD ["daphne", "-b", "0.0.0.0", "-p", "8000", "crossapp.asgi:application"]