KJ24 commited on
Commit
da2d4a7
·
verified ·
1 Parent(s): e14f7dd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -56,4 +56,4 @@ RUN pip install uvicorn
56
  EXPOSE 7860
57
 
58
  # ===== COMMANDE DE LANCEMENT =====
59
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
56
  EXPOSE 7860
57
 
58
  # ===== COMMANDE DE LANCEMENT =====
59
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]