General search fix, status pattern match regex, find feeds on startup

This commit is contained in:
Luciano Gervasoni
2025-04-09 15:52:35 +02:00
parent 296a8fe8a8
commit f369b23d81
22 changed files with 538 additions and 356 deletions

View File

@@ -25,4 +25,4 @@ RUN chown -R appuser:appuser /opt
USER appuser
# Run Djangos server & workers
CMD ["sh", "-c", "/opt/app/script_initialize.sh && /opt/app/script_run.sh"]
CMD ["sh", "-c", "/opt/app/initialize.sh && /opt/app/run.sh"]