mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 14:06:15 +00:00
fix command typo
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user