From 49c29de9623f45a3b413ed7eee55b415805d263d Mon Sep 17 00:00:00 2001 From: Saeed Vaziry Date: Thu, 19 Jun 2025 14:12:27 +0200 Subject: [PATCH] fix command typo --- docker/Dockerfile | 2 +- scripts/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index d6920f6e..b3871351 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -38,7 +38,7 @@ RUN chown -R www-data:www-data /var/www/html \ && chmod -R 755 /var/www/html/storage /var/www/html/bootstrap/cache \ # install plugins -RUN php /var/www/html/artisan plugin:install https://github.com/vitodeploy/laravel-octane-plugin +RUN php /var/www/html/artisan plugins:install https://github.com/vitodeploy/laravel-octane-plugin # webserver RUN rm /etc/nginx/sites-available/default diff --git a/scripts/install.sh b/scripts/install.sh index d7de4aa4..2fcffb6c 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -202,7 +202,7 @@ echo "* * * * * cd /home/vito/vito && php artisan schedule:run >> /dev/null 2>&1 chown -R vito:vito /home/vito # install plugins -php artisan plugin:install https://github.com/vitodeploy/laravel-octane-plugin +php artisan plugins:install https://github.com/vitodeploy/laravel-octane-plugin # optimize php artisan optimize