EL GHAFRAOUI AYOUB commited on
Commit
7ede824
·
1 Parent(s): 5be42b5
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -30,4 +30,5 @@ COPY --chown=user . .
30
  EXPOSE 8000
31
 
32
  # Command to run the application
33
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
 
 
30
  EXPOSE 8000
31
 
32
  # Command to run the application
33
+ #CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
34
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]