feat(docker): prod, fix misc

This commit is contained in:
Michael 2025-06-12 11:46:40 +02:00
parent 9b901810d7
commit 95200b8d94

View file

@ -435,8 +435,6 @@ CMD git pull && \
php artisan migrate && \
php artisan db:seed && \
php artisan schedule:run >> /dev/null 2>&1 && \
rm -rf /var/www/sintonia_webapp/node_modules /var/www/sintonia_webapp/.npm /var/www/sintonia_webapp/.composer && \
rm -rf /home/$sintonia_user/node* /home/$sintonia_user/composer && \
cron && \
php-fpm -F