Fix docker port to 8000
This commit is contained in:
parent
b09016ea3b
commit
8210381027
|
@ -15,4 +15,4 @@ ADD . /code/
|
|||
RUN python -m pip install gunicorn
|
||||
|
||||
RUN python manage.py collectstatic
|
||||
CMD bash -c "python manage.py migrate && gunicorn -b 0.0.0.0:8001 spejstore.wsgi:application"
|
||||
CMD bash -c "python manage.py migrate && gunicorn -b 0.0.0.0:8000 spejstore.wsgi:application"
|
||||
|
|
Loading…
Reference in New Issue