diff --git a/contrib/docker/start.sh b/contrib/docker/start.sh index 27fb0cfe5..3468f519c 100755 --- a/contrib/docker/start.sh +++ b/contrib/docker/start.sh @@ -1,7 +1,7 @@ #!/bin/bash # 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/ php artisan storage:link