Clean push: Removed heavy files & added only latest snapshot

This commit is contained in:
2025-07-26 05:16:12 +05:30
commit acf84e8767
250 changed files with 58564 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[supervisord]
nodaemon=true
[program:xvfb]
command=/usr/bin/Xvfb :99 -screen 0 1024x768x24
[program:app]
command=python run_app.py
stdout_logfile=/app/logs/app.log
stderr_logfile=/app/logs/app_error.log