Compare commits
No commits in common. "09eb6391757200b061a88f5538656919f31c9f11" and "cf834cadaf272f8d860fc17712aba7486684ace2" have entirely different histories.
09eb639175
...
cf834cadaf
@ -1,7 +1,6 @@
|
|||||||
FROM debian:bullseye-slim
|
FROM debian:bullseye-slim
|
||||||
#
|
#
|
||||||
RUN apt update && apt install cron apache2 python3 python3-pip php libapache2-mod-php -y
|
RUN apt update && apt install cron apache2 python3 python3-pip -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