Compare commits
2 Commits
cf834cadaf
...
09eb639175
Author | SHA1 | Date | |
---|---|---|---|
09eb639175 | |||
9e3f8b99bb |
@ -1,6 +1,7 @@
|
|||||||
FROM debian:bullseye-slim
|
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 crontab /etc/cron.d/crontab
|
||||||
COPY refresh.php /var/www/html/
|
COPY refresh.php /var/www/html/
|
||||||
COPY libnotices.py /usr/local/bin/
|
COPY libnotices.py /usr/local/bin/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user