WendellAdriel / laravel-exa

Opinionated Modularized API Skeleton for Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile setting 777 permissions on storage folder

reneManqueros opened this issue · comments

Maybe the permissions can be reduced to something less dangerous?

RUN chmod -R 777 /var/www/storage/

Oh, that's a really good point
I forgot to update that 😅
Thanks for pointing that out, I'll update it and release a new version

I'm going to set this as 775 since it's the default for the storage folder

Fixed in v1.7.2