dockerfile fixes
All checks were successful
/ Plan (push) Successful in 10s
/ Plan (pull_request) Successful in 11s

This commit is contained in:
Dan Hamik 2024-11-25 14:03:54 -06:00
parent 50098fd0d4
commit a00ecb84f4

View File

@ -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 ( cron -l 8 & ) && su - www-data -s /bin/bash python3 /usr/local/bin/libnotices.py && apache2ctl -D FOREGROUND
CMD ["cron -l 8 &","su - www-data -s /bin/bash python3 /usr/local/bin/libnotices.py & ", "apache2ctl -D FOREGROUND"]