From 7ad8fb669dfec4611a02987709eeb1b0e884b713 Mon Sep 17 00:00:00 2001 From: Kristaps Berzinch Date: Sun, 2 Jun 2024 14:26:20 -0400 Subject: [PATCH] Remove deprecated horizon:publish call --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 132949b..fcb80b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,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 && \ mkdir --parents /app/resources/views/ && \ - 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/