thuralinhtut commited on
Commit
5fcf143
1 Parent(s): 65def29
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,4 +27,4 @@ COPY . .
27
  EXPOSE 8000
28
 
29
  # Run the Django development server
30
- CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
 
27
  EXPOSE 8000
28
 
29
  # Run the Django development server
30
+ CMD ["python", "manage.py", "runserver", "10.19.167.85:8000"]