Skip to content

Commit

Permalink
add a missing closing quoatation mark
Browse files Browse the repository at this point in the history
  • Loading branch information
mszulik committed Jan 16, 2024
1 parent 9669235 commit a781a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ RUN apt update
RUN apt install -y imagemagick jpegoptim optipng pngquant gifsicle webp ffmpeg

RUN docker-service-enable cron
RUN docker-cronjob '0 2 * * * application php /var/www/html/artisan ffmpeg:delete-temp
RUN docker-cronjob '0 2 * * * application php /var/www/html/artisan ffmpeg:delete-temp'

ENTRYPOINT ["/var/www/html/docker/entryfile.sh"]

0 comments on commit a781a59

Please sign in to comment.