Skip to content

Instantly share code, notes, and snippets.

@jrichardsz
Created June 11, 2023 02:08
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 jrichardsz/d4af6c079bbab14fe0714b292ef6c433 to your computer and use it in GitHub Desktop.
Save jrichardsz/d4af6c079bbab14fe0714b292ef6c433 to your computer and use it in GitHub Desktop.
docker cron, dockercron, crontab
RUN apt-get update
RUN apt-get install ngrep cron -y 
*/1  * * * * bash /usr/app/job.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment