Compare commits

..

3 Commits

Author SHA1 Message Date
d1a64d6538 Merge pull request 'work' (#6) from work into main
Reviewed-on: #6
2024-11-25 14:01:38 -06:00
50098fd0d4 command fixes
All checks were successful
/ Plan (push) Successful in 11s
/ Plan (pull_request) Successful in 7s
2024-11-25 14:01:04 -06:00
57b96f91aa dockerfile fix
All checks were successful
/ Plan (push) Successful in 7s
2024-11-25 13:59:21 -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 -u www-data 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