Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed May 26, 2023
1 parent 4eb8941 commit 1a101bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/prod-ssu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions docker/prod-ssu/etc/s6-overlay/s6-rc.d/scheduler-worker/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/command/execlineb -P
su - webuser -c "php /var/www/html/artisan schedule:run"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
longrun
Empty file.

0 comments on commit 1a101bf

Please sign in to comment.