Shleeble 6 rokov pred
rodič
commit
b43588d320
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      contrib/docker/start.sh

+ 1 - 1
contrib/docker/start.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 #!/bin/bash
 
 
 # Create the storage tree if needed and fix permissions
 # Create the storage tree if needed and fix permissions
-#cp -r storage.skel/* storage/
+cp -r storage.skel/* storage/
 chown -R www-data:www-data storage/ bootstrap/
 chown -R www-data:www-data storage/ bootstrap/
 php artisan storage:link
 php artisan storage:link