feat(docker): prod, fix misc
This commit is contained in:
parent
b0a7ff757a
commit
9b901810d7
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ 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 /var/www/sintonia_webapp/.git && \
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue