mbonea-ewallet godwin commited on
Commit
df84761
·
1 Parent(s): 8375271

--host 0.0.0.0 to fastAPI

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,5 +3,5 @@ WORKDIR /usr/src/nginx
3
  COPY . .
4
 
5
  RUN python3 -m pip install -r requirements.txt
6
- CMD uvicorn App.app:app
7
  EXPOSE 8000
 
3
  COPY . .
4
 
5
  RUN python3 -m pip install -r requirements.txt
6
+ CMD uvicorn App.app:app --host 0.0.0.0
7
  EXPOSE 8000