diff --git a/Dockerfile b/Dockerfile index 7bb8e1f..80e16d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ RUN pip3 install -r /requirements.txt RUN chmod +x /usr/local/bin/libnotices.py RUN apt clean EXPOSE 80 -CMD ["cron && apache2ctl -D FOREGROUND"] \ No newline at end of file +CMD ( crond -l 8 & ) && httpd -D FOREGROUND \ No newline at end of file