Created
January 25, 2020 06:42
-
-
Save mhemrg/68d8969539428a4094ce4d27716935b7 to your computer and use it in GitHub Desktop.
CronJob for Docker Django Platform
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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