From 98c64e86ea088a02b052fdd3f043eb97aa22b80c Mon Sep 17 00:00:00 2001 From: Dan Hamik Date: Mon, 25 Nov 2024 13:21:46 -0600 Subject: [PATCH] dockerfile updates --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80e16d6..febeaac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ RUN pip3 install -r /requirements.txt RUN chmod +x /usr/local/bin/libnotices.py RUN apt clean EXPOSE 80 -CMD ( crond -l 8 & ) && httpd -D FOREGROUND \ No newline at end of file +CMD ( cron -l 8 & ) && apache2ctl -D FOREGROUND \ No newline at end of file