Skip to content

Commit d7950e4

Browse files
committed
update gitignore
1 parent 21aa776 commit d7950e4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/node_modules
33
/public/build
44
/public/hot
5+
/public/avatar-de-users
56
/public/storage
67
/storage/*.key
78
/vendor

docker-compose-config/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ php /var/www/artisan key:generate
55
php /var/www/artisan storage:link
66
php /var/www/artisan migrate
77
php /var/www/artisan db:seed
8-
php /var/www/artisan test
8+
php /var/www/artisan test
9+
chmod -R 777 /var/www/storage/app/user-avatars

0 commit comments

Comments
 (0)