Compare commits

...

2 Commits

Author SHA1 Message Date
913e8a63b3 Merge pull request 'python change' (#13) from work into main
Reviewed-on: #13
2024-11-25 14:11:37 -06:00
2cdd2da9b2 python change
All checks were successful
/ Plan (push) Successful in 7s
/ Plan (pull_request) Successful in 6s
2024-11-25 14:11:17 -06:00

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 python3 /usr/local/bin/libnotices.py && apache2ctl -D FOREGROUND]