Do0rMaMu commited on
Commit
0ead9ad
·
verified ·
1 Parent(s): 640b1a6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ COPY . .
23
  RUN pip install --no-cache-dir -r requirements.txt
24
 
25
  # Run app.py when the container launches
26
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
23
  RUN pip install --no-cache-dir -r requirements.txt
24
 
25
  # Run app.py when the container launches
26
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]