* wip

* fix plugin uninstall

* marketplace
This commit is contained in:
Saeed Vaziry
2025-06-19 14:07:15 +02:00
committed by GitHub
parent 131b828807
commit 342a3aa4c6
35 changed files with 1973 additions and 934 deletions

View File

@ -35,7 +35,10 @@ RUN npm install --force
RUN npm run build
RUN composer install --no-dev
RUN chown -R www-data:www-data /var/www/html \
&& chmod -R 755 /var/www/html/storage /var/www/html/bootstrap/cache
&& 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
# webserver
RUN rm /etc/nginx/sites-available/default