diff --git a/Dockerfile b/Dockerfile index 80e16d6..febeaac 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 ( crond -l 8 & ) && httpd -D FOREGROUND \ No newline at end of file +CMD ( cron -l 8 & ) && apache2ctl -D FOREGROUND \ No newline at end of file