Do0rMaMu commited on
Commit
1738ed7
·
verified ·
1 Parent(s): 43f626b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -24,3 +24,4 @@ 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"]
 
 
24
 
25
  # Run app.py when the container launches
26
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
27
+