python don´t excecute when start container with crontab – Docker
I try to execute a python when the container start. I use crontab in the container: crontab -l @reboot python3.10 /opt/django/manage.py runserver 0.0.0.0:8002 But when I stop and start container with portainer the python didn't execute