Create missing directories in storage

pull/281/head
Pierre Jaury 7 years ago
parent 91a8f919de
commit 9cc3406a12

@ -1,6 +1,8 @@
#!/bin/sh #!/bin/sh
mkdir -p storage/framework/{cache,sessions,views,logs} mkdir -p storage/app/public/avatars
mkdir -p storage/{debugbar,logs}
mkdir -p storage/framework/{cache,sessions,views,testing}
php artisan migrate php artisan migrate
exec apache2-foreground exec apache2-foreground

Loading…
Cancel
Save