Release 2.2.0
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
4530298398
commit
e051aa1aec
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user