aztro commited on
Commit
544fe1f
·
verified ·
1 Parent(s): 2ba47bb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ RUN pip install --no-cache-dir --upgrade pip && \
22
  pip install -r requirements.txt
23
 
24
  # Comando que se ejecutará al iniciar el contenedor
25
- CMD ["python", "app.py"]
 
22
  pip install -r requirements.txt
23
 
24
  # Comando que se ejecutará al iniciar el contenedor
25
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]