From af83f94b84cee66f78b6a727bc6d194952de32ed Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sat, 15 Mar 2025 00:06:52 +0500 Subject: [PATCH] change api port to 5000 --- .build/prod/api.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build/prod/api.Dockerfile b/.build/prod/api.Dockerfile index afd6ad1..6e683ae 100644 --- a/.build/prod/api.Dockerfile +++ b/.build/prod/api.Dockerfile @@ -16,4 +16,4 @@ RUN python3 manage.py collectstatic VOLUME /var/www/html/staticfiles/ -CMD gunicorn apibase.wsgi:application --bind 0.0.0.0:4000 --workers=4 +CMD gunicorn apibase.wsgi:application --bind 0.0.0.0:5000 --workers=4