Skip to content

Commit

Permalink
fix: unused chmod in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed May 6, 2024
1 parent 80f390e commit 6a69161
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ RUN if [ ! -z "$PROD" ]; then \
&& php artisan optimize:clear; \
fi \
# Setup shared env
&& chmod -R 775 storage bootstrap/cache \
&& php artisan storage:link

0 comments on commit 6a69161

Please sign in to comment.