diff --git a/Dockerfile b/Dockerfile index 26f945ae..e7de8c67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,4 +29,4 @@ EXPOSE 80 # ENTRYPOINT ["/usr/sbin/lighttpd"] -CMD ["-D", "-f", "/etc/lighttpd/lighttpd.conf", "&","cron"] \ No newline at end of file +CMD ["-D", "-f", "/etc/lighttpd/lighttpd.conf"] \ No newline at end of file