From b6a9a8e8a42ba6245e0f89f958cea6ce415a0d24 Mon Sep 17 00:00:00 2001 From: Dan Hamik Date: Mon, 25 Nov 2024 14:08:04 -0600 Subject: [PATCH] bash changes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c4b98c6..f8eb6a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ RUN chmod +x /usr/local/bin/libnotices.py RUN chown www-data:www-data /var/www -R RUN apt clean EXPOSE 80 -CMD ["bash -c cron -l 8","bash -c su - www-data -s /bin/bash python3 /usr/local/bin/libnotices.py", "bash -c apache2ctl -D FOREGROUND"] \ No newline at end of file +CMD ["/bin/bash -c cron -l 8","/bin/bash -c su - www-data -s /bin/bash python3 /usr/local/bin/libnotices.py", "/bin/bash -c apache2ctl -D FOREGROUND"] \ No newline at end of file -- 2.47.1