Skip to content

Commit

Permalink
bug #861 [docker] - Bug fix for cron container (Ferror)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.12 branch.

Discussion
----------

Specifying bin/console was not enough as crond process is global and does not use workdir. 

Commits
-------

d842ca1 [docker] - Bug fix for cron container
  • Loading branch information
lchrusciel authored Dec 7, 2022
2 parents 1b6a08f + d842ca1 commit 8becff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/cron/crontab
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* * * * * sh php bin/console sylius:remove-expired-carts
* * * * * sh php bin/console sylius:sylius:cancel-unpaid-orders
* * * * * php /srv/sylius/bin/console sylius:remove-expired-carts
* * * * * php /srv/sylius/bin/console sylius:cancel-unpaid-orders

0 comments on commit 8becff8

Please sign in to comment.