Compare commits

..

No commits in common. "09eb6391757200b061a88f5538656919f31c9f11" and "cf834cadaf272f8d860fc17712aba7486684ace2" have entirely different histories.

View File

@ -1,7 +1,6 @@
FROM debian:bullseye-slim
#
RUN apt update && apt install cron apache2 python3 python3-pip php libapache2-mod-php -y
RUN a2enmod php*
RUN apt update && apt install cron apache2 python3 python3-pip -y
COPY crontab /etc/cron.d/crontab
COPY refresh.php /var/www/html/
COPY libnotices.py /usr/local/bin/