From d0a3bf76f593730704651aae8ede41f06d4e94e6 Mon Sep 17 00:00:00 2001 From: Dan Hamik Date: Mon, 25 Nov 2024 13:24:36 -0600 Subject: [PATCH] testing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index febeaac..5081050 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ 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/ -- 2.47.1