🔧(procfile) trigger collabora configuration tasks at start

trigger collabora configuration tasks at start
This commit is contained in:
Nathan Vasse
2025-11-12 11:44:17 +01:00
parent 820c4baa53
commit 2d7b790c3a
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -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
+3
View File
@@ -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 - &