Cron is already running, no need to add it

This commit is contained in:
Andrei Condurachi 2020-11-19 12:53:04 +02:00
parent e3a8ba9faf
commit 0460b4cbbb
1 changed files with 1 additions and 1 deletions

View File

@ -78,4 +78,4 @@ VOLUME ["/var/www/html"]
# ENTRYPOINT ["/entrypoint.sh"]
# CMD ["apache2-foreground"]
CMD ["sh", "-c", "cron && apache2-foreground"]
CMD ["sh", "-c", "apache2-foreground"]