1
0
Fork 0

tweak 10-storage.sh

This commit is contained in:
Christian Winther 2024-01-05 16:33:08 +00:00
parent 215b49ea3d
commit 052c11882c
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ source /docker/helpers.sh
entrypoint-set-script-name "$0"
# Copy the [storage/] skeleton files over the "real" [storage/] directory so assets are updated between versions
run-as-runtime-user cp --recursive storage.skel/. storage/.
cp --recursive storage.skel/. storage/
# Ensure storage linkk are correctly configured
run-as-runtime-user php artisan storage:link
php artisan storage:link