initial commit
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM debian:bullseye-slim
|
||||
|
||||
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/
|
||||
COPY requirements.txt /
|
||||
RUN pip3 install -r /requirements.txt
|
||||
RUN chmod +x /usr/local/bin/libnotices.py
|
||||
#COPY img/* /var/www/html/img/
|
Reference in New Issue
Block a user