Compare commits

..

No commits in common. "f5933d0b6265804fc21c3f131408c41190d54a1e" and "e4bee8268fa5eabfb5e52520b885738f52cab52d" have entirely different histories.

View File

@ -11,4 +11,4 @@ RUN chmod +x /usr/local/bin/libnotices.py
RUN chown www-data:www-data /var/www -R RUN chown www-data:www-data /var/www -R
RUN apt clean RUN apt clean
EXPOSE 80 EXPOSE 80
CMD (cron -l 8 & ) && su - www-data -s /bin/bash python3 /usr/local/bin/libnotices.py && apache2ctl -D FOREGROUND] CMD (cron -l 8 & ) && su - www-data -s /bin/bash python3 /usr/local/bin/libnotices.py && apache2ctl -D FOREGROUND"]