hmm
This commit is contained in:
parent
4eb89414bb
commit
1a101bfda4
@ -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
|
||||
|
@ -0,0 +1,2 @@
|
||||
#!/command/execlineb -P
|
||||
su - webuser -c "php /var/www/html/artisan schedule:run"
|
@ -0,0 +1 @@
|
||||
longrun
|
Loading…
Reference in New Issue
Block a user