Do0rMaMu commited on
Commit
640b1a6
1 Parent(s): 1738ed7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -23,5 +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"]
27
-
 
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"]