Darko Gjorgjijoski
9c3013bb24
Add cache clearing and auto-migrate to Docker entrypoint
...
Clears config and application cache on every container start to
prevent stale provider references after image updates. Creates the
storage symlink and runs pending migrations if the app is already
installed.
Fixes #614
2026-04-07 02:17:18 +02:00
Darko Gjorgjijoski
58b262fe32
Fix path to sqlite.empty.db in setup script
2025-09-08 14:19:59 +02:00
Darko Gjorgjijoski
770da45dbf
Production docker improvements ( #463 )
...
* Update production dockerfiles for testing
* Add bash, nano and remove unecessary sqlite3 alpine package
2025-09-02 03:27:26 +02:00
Darko Gjorgjijoski
f1635bcef8
Fix SQLite docker build related issues ( #458 )
2025-09-01 02:42:07 +02:00
Darko Gjorgjijoski
a6ce294497
Update sqlite path
2025-08-31 20:57:45 +02:00
Darko Gjorgjijoski
23f6b1877f
🚢 Simplified docker builds ( #456 )
...
* Simplify docker builds
* Ignore docker and frontend scripts from PHP related checks
* Update docker development setup
2025-08-31 15:07:22 +02:00