factorstudios commited on
Commit
4e92834
·
verified ·
1 Parent(s): 058701f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -27,6 +27,6 @@ RUN chmod -R 777 /app
27
  RUN chmod -R 777 /tmp
28
 
29
  # Default command to run the script (change as needed)
30
- EXPOSE 8000
31
 
32
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
27
  RUN chmod -R 777 /tmp
28
 
29
  # Default command to run the script (change as needed)
30
+ EXPOSE 7860
31
 
32
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]