瀏覽代碼

Update start.sh

Shleeble 6 年之前
父節點
當前提交
b43588d320
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contrib/docker/start.sh

+ 1 - 1
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