NitinBot001 commited on
Commit
717a81d
·
verified ·
1 Parent(s): 88ace6f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,4 +31,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
31
  CMD curl -f http://localhost:8000/api/health || exit 1
32
 
33
  WORKDIR /app/ttsfm-web
34
- CMD ["python", "-m", "waitress", "--host=0.0.0.0", "--port=8000", "app:app"]
 
31
  CMD curl -f http://localhost:8000/api/health || exit 1
32
 
33
  WORKDIR /app/ttsfm-web
34
+ CMD ["python", "-m", "waitress", "--host=0.0.0.0", "--port=7860", "app:app"]