Skip to content

Commit

Permalink
Set suggested permissions for image-jobs and livewire-tmp folders (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
d7415 authored Mar 1, 2024
1 parent 3aad496 commit e249342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ RUN \
rm storage/framework/views/* 2> /dev/null || true && \
rm storage/logs/* 2> /dev/null || true && \
chown -R www-data:www-data /var/www/html/Lychee && \
chmod -R g+ws storage/image-jobs storage/livewire-tmp && \
echo "* * * * * www-data cd /var/www/html/Lychee && php artisan schedule:run >> /dev/null 2>&1" >> /etc/crontab && \
apt-get purge -y --autoremove git composer && \
apt-get clean -qy &&\
Expand Down

0 comments on commit e249342

Please sign in to comment.