This commit is contained in:
Andras Bacsai 2023-05-26 09:20:01 +02:00
parent 4eb89414bb
commit 1a101bfda4
4 changed files with 4 additions and 0 deletions

View File

@ -27,3 +27,4 @@ RUN echo "alias a='php artisan'" >>/etc/bash.bashrc
RUN echo "alias mfs='php artisan migrate:fresh --seed'" >>/etc/bash.bashrc
RUN echo "alias cda='composer dump-autoload'" >>/etc/bash.bashrc
RUN echo "alias run='./scripts/run'" >>/etc/bash.bashrc
RUN echo "alias logs='logs -f storage/logs/laravel.log'" >>/etc/bash.bashrc

View File

@ -0,0 +1,2 @@
#!/command/execlineb -P
su - webuser -c "php /var/www/html/artisan schedule:run"

View File

@ -0,0 +1 @@
longrun