Skip to content

Commit

Permalink
Update permissions for storage and bootstrap cache folders
Browse files Browse the repository at this point in the history
  • Loading branch information
WendellAdriel committed Jun 5, 2023
1 parent 3c79daa commit 900f6ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ RUN composer install --prefer-dist && rm -rf /root/.composer
# Finish composer
RUN composer dump-autoload

RUN chmod -R 777 /var/www/storage/
RUN chmod -R 775 /var/www/storage/
RUN chmod -R 775 /var/www/bootstrap/cache/

# Mark WORKDIR as safe for GIT
RUN git config --global --add safe.directory /var/www
Expand Down

0 comments on commit 900f6ef

Please sign in to comment.