#!/bin/sh # Add crontabs from Django: python manage.py crontab add # Launch the Cron daemon: crond -f & # Launch Docker Command: exec "$@"