Release 2.2.0
linter / quality (push) Successful in 58s
tests / ci (8.5) (push) Successful in 3m11s
docker / build-and-push (push) Successful in 7m10s
docker / test (8.5) (push) Successful in 3m10s
docker / release (push) Successful in 3s

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
surtic86
2026-09-19 06:13:04 +02:00
co-authored by Claude Opus 5
parent 4530298398
commit e051aa1aec
4 changed files with 21 additions and 18 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ RUN rm -rf node_modules tests .gitea docker/dev-entrypoint.sh .env .env.example
storage/logs database/sqlite \
&& chmod -R 777 storage database bootstrap/cache
# A docker-compose.yml from before 2.1.1 mounts the SQLite volume over all of database/, which hides
# A docker-compose.yml from before 2.2.0 mounts the SQLite volume over all of database/, which hides
# the migrations of every later image; the entrypoint adds the ones the volume is missing from here.
RUN cp -R database/migrations docker/migrations