SushantGautam commited on
Commit
cfcc7c4
·
1 Parent(s): f9bb006

Fix runserver CMD to bind to all interfaces in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,4 +32,4 @@ RUN mkdir -p /root/.ssh && \
32
 
33
  # CMD ["gunicorn","BridgeMentor.wsgi:application", "--bind", "0.0.0.0:7860", "--timeout", "30", "--workers", "3"]
34
 
35
- CMD ["python", "manage.py", "runserver", "0.0.0.0:7860", "--verbosity", "2","--noreload"]
 
32
 
33
  # CMD ["gunicorn","BridgeMentor.wsgi:application", "--bind", "0.0.0.0:7860", "--timeout", "30", "--workers", "3"]
34
 
35
+ CMD ["python", "manage.py", "runserver", "7860", "--verbosity", "2","--noreload"]