Started cron with the container

This commit is contained in:
William Brawner 2016-07-26 12:55:58 -05:00
parent f74c561645
commit e6ca35ef77

View file

@ -52,4 +52,4 @@ ENV APACHE_LOG_DIR=/var/log/apache2
# Fire up the image!
WORKDIR /var/www/html
ENTRYPOINT service mysql start; apache2 -DFOREGROUND
ENTRYPOINT service cron start; service mysql start; apache2 -DFOREGROUND