Compare commits

..

No commits in common. "f832bd2a9d33a6f9225a13a3a5b68a83cacce593" and "b24da075b84bf2820783c6aeffc815d646156902" have entirely different histories.

View File

@ -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 -l 8 & ) && apache2ctl -D FOREGROUND
CMD ( crond -l 8 & ) && httpd -D FOREGROUND