mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-04-20 05:56:52 +00:00
change api port to 5000
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 2m40s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 2m40s
This commit is contained in:
parent
906644b7c7
commit
af83f94b84
@ -16,4 +16,4 @@ RUN python3 manage.py collectstatic
|
|||||||
|
|
||||||
VOLUME /var/www/html/staticfiles/
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user