NitinBot001 commited on
Commit
6eff0d9
·
verified ·
1 Parent(s): 99c49ba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -33,4 +33,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
33
 
34
  WORKDIR /app/ttsfm-web
35
  # Use run.py for proper eventlet initialization
36
- CMD ["python", "run.py"]
 
33
 
34
  WORKDIR /app/ttsfm-web
35
  # Use run.py for proper eventlet initialization
36
+ CMD ["python", "app.py"]