Hi
Its because you have the cron deamon, in the dockerfile, this will only run, on build of the image, and not as a process in the container.
If you want to have 2 services to run at the same time, apache and cron, take a look at this
Share and learn in the Docker community.
Hi
Its because you have the cron deamon, in the dockerfile, this will only run, on build of the image, and not as a process in the container.
If you want to have 2 services to run at the same time, apache and cron, take a look at this