NewtonKimathi commited on
Commit
f7ce394
·
1 Parent(s): d83d82a

Docker file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,6 +15,6 @@ EXPOSE 8000
15
 
16
  COPY . .
17
 
18
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
19
 
20
 
 
15
 
16
  COPY . .
17
 
18
+ CMD ["uvicorn", "main:app", "--host", "127.0.0.1", "--port", "8000"]
19
 
20