Compare commits

..

2 Commits

Author SHA1 Message Date
09eb639175 Merge pull request 'fixes for php button' (#19) from work into main
Reviewed-on: #19
2024-11-25 15:11:32 -06:00
9e3f8b99bb fixes for php button
All checks were successful
/ Plan (push) Successful in 3m56s
/ Plan (pull_request) Successful in 49s
2024-11-25 15:06:17 -06:00

View File

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