applemuncy commited on
Commit
357bf7e
·
verified ·
1 Parent(s): 3458ce7

back to port 7860

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,4 +39,4 @@ ENV HOME=/home/user \
39
  # CMD curl -f http://localhost:8000/ || exit 1
40
 
41
  # Run the application
42
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
39
  # CMD curl -f http://localhost:8000/ || exit 1
40
 
41
  # Run the application
42
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]