change api port to 5000
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user