mirror of https://github.com/pixelfed/pixelfed.git
tweak 10-storage.sh
This commit is contained in:
parent
215b49ea3d
commit
052c11882c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue