diff --git a/CHANGELOG.md b/CHANGELOG.md index b66a0e14..7459ea7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to - (front) fix large uploads progress - 🐛(front) fix upload pending items - 🐛(back) fix search to exclude deleted child #352 +- 🔧(procfile) trigger collabora configuration tasks at start #368 ## [v0.7.0] - 2025-10-03 diff --git a/bin/scalingo_run_web b/bin/scalingo_run_web index 144d4df9..80044165 100644 --- a/bin/scalingo_run_web +++ b/bin/scalingo_run_web @@ -1,5 +1,8 @@ #!/bin/bash +# Trigger collabora configuration +python manage.py trigger_wopi_configuration + # Start the Django backend gunicorn -b :8000 drive.wsgi:application --log-file - &