Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Stone <[email protected]>
  • Loading branch information
ildyria and d7415 authored Sep 30, 2024
1 parent a260556 commit 17b6e74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ RUN \
chown -R www-data:www-data /var/www/html/Lychee && \
chmod -R g+ws storage/image-jobs || true && \
chmod -R g+ws storage/livewire-tmp || true && \
chmod -R g+ws storage/lychee-tmp && \
chmod -R g+ws storage/lychee-tmp || true && \

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 17b6e74

Please sign in to comment.