Merge pull request 'fixes for php button' (#19) from work into main
Reviewed-on: #19
This commit is contained in:
commit
09eb639175
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user