Really-amin commited on
Commit
37e5459
·
verified ·
1 Parent(s): 7b936ab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,4 +32,4 @@ EXPOSE 7860
32
  HEALTHCHECK --interval=30s --timeout=5s --start-period=10s \
33
  CMD curl -f http://localhost:7860/health || exit 1
34
 
35
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
32
  HEALTHCHECK --interval=30s --timeout=5s --start-period=10s \
33
  CMD curl -f http://localhost:7860/health || exit 1
34
 
35
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]