Compare commits

..

2 Commits

Author SHA1 Message Date
f832bd2a9d Merge pull request 'dockerfile updates' (#3) from work into main
Reviewed-on: #3
2024-11-25 13:22:38 -06:00
98c64e86ea dockerfile updates
All checks were successful
/ Plan (push) Successful in 10s
2024-11-25 13:21:46 -06:00

View File

@ -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
CMD ( cron -l 8 & ) && apache2ctl -D FOREGROUND