NewtonKimathi commited on
Commit
1ba8b59
1 Parent(s): 4c608b1

Docker file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ EXPOSE 8000
10
 
11
  COPY . .
12
 
13
- CMD ["uvicorn", "main:app", "--host", "0.0.0.1", "--port", "7860"]
 
10
 
11
  COPY . .
12
 
13
+ CMD ["uvicorn", "main:app", "--host", "1.0.0.1", "--port", "7860"]