Skip to content

Instantly share code, notes, and snippets.

@mhemrg
Created January 25, 2020 06:42
Show Gist options
  • Save mhemrg/68d8969539428a4094ce4d27716935b7 to your computer and use it in GitHub Desktop.
Save mhemrg/68d8969539428a4094ce4d27716935b7 to your computer and use it in GitHub Desktop.
CronJob for Docker Django Platform
FROM liararepo/django-platform
RUN apt-get update && apt-get install -y --no-install-recommends cron \
&& mv liara.cron /etc/cron.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment