Started cron with the container
This commit is contained in:
parent
f74c561645
commit
e6ca35ef77
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue