GitHub Actions commited on
Commit
c21f58e
·
1 Parent(s): 7b8fda4

deploy: sync from GitHub 81f99f3625b24e09c0abda4dd946734bb7cafd94

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -57,4 +57,4 @@ EXPOSE 7860
57
  # Use gunicorn for production deployment if preferred over Flask's development server
58
  # CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]
59
  # For simplicity during development and typical HF Spaces use:
60
- CMD ["python", "app.py"]
 
57
  # Use gunicorn for production deployment if preferred over Flask's development server
58
  # CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]
59
  # For simplicity during development and typical HF Spaces use:
60
+ CMD ["python", "/home/user/app/app.py"]