Skip to content

Commit

Permalink
Remove deprecated horizon:publish call
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch authored Jun 2, 2024
1 parent 0980558 commit 35e9661
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 @@ -137,7 +137,6 @@ RUN --mount=type=secret,id=composer_auth,dst=/app/auth.json,uid=33,gid=33,requir
composer check-platform-reqs --lock --no-dev && \
composer install --no-interaction --no-progress --no-dev --optimize-autoloader --classmap-authoritative --no-cache && \
php artisan nova:publish && \
php artisan horizon:publish && \
sed -i '/"\$1\\n\$2"/c\\' /app/vendor/mrclay/minify/lib/Minify/HTML.php && \
chmod 664 /app/bootstrap/app.php /app/public/index.php && \
chmod 775 /app/bootstrap/cache/
Expand Down

0 comments on commit 35e9661

Please sign in to comment.