Browse Source

tweak 10-storage.sh

Christian Winther 1 year ago
parent
commit
052c11882c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      contrib/docker/shared/root/docker/entrypoint.d/10-storage.sh

+ 2 - 2
contrib/docker/shared/root/docker/entrypoint.d/10-storage.sh

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