diff --git a/Dockerfile b/Dockerfile index b99b8f0..e985bef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -78,4 +78,4 @@ VOLUME ["/var/www/html"] # ENTRYPOINT ["/entrypoint.sh"] # CMD ["apache2-foreground"] -CMD ["sh", "-c", "cron && apache2-foreground"] \ No newline at end of file +CMD ["sh", "-c", "apache2-foreground"] \ No newline at end of file