Junivert commited on
Commit
36e9f2b
·
verified ·
1 Parent(s): 023c91e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,4 +21,4 @@ RUN pip install --no-cache-dir -r requirements.txt
21
 
22
  EXPOSE 51379
23
 
24
- CMD ["uvicorn", "app.main:app", "--port", "51379"]
 
21
 
22
  EXPOSE 51379
23
 
24
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "51379"]