Skip to content

Instantly share code, notes, and snippets.

@ticituc
Created September 4, 2022 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ticituc/debf1a9ef730fd5e7d7dfbdd1f04cfdc to your computer and use it in GitHub Desktop.
Save ticituc/debf1a9ef730fd5e7d7dfbdd1f04cfdc to your computer and use it in GitHub Desktop.
Cron Running Dokcer.
FROM php:7.3-alpine
#Install Logick
CMD ["php artisan schedule:work"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment