chaithanyashaji commited on
Commit
361e7d9
·
verified ·
1 Parent(s): e6cde71

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,4 +26,4 @@ RUN mkdir -p /app/cache && chmod -R 777 /app/cache
26
  EXPOSE 8000
27
 
28
  # Run the application
29
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7861"]
 
26
  EXPOSE 8000
27
 
28
  # Run the application
29
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]