dockerfile changes
All checks were successful
/ Plan (push) Successful in 7s

This commit is contained in:
Dan Hamik 2024-11-25 13:17:34 -06:00
parent 58703478e0
commit 754fd1265a

View File

@ -9,4 +9,4 @@ RUN pip3 install -r /requirements.txt
RUN chmod +x /usr/local/bin/libnotices.py RUN chmod +x /usr/local/bin/libnotices.py
RUN apt clean RUN apt clean
EXPOSE 80 EXPOSE 80
CMD ["cron && apache2ctl -D FOREGROUND"] CMD ( crond -l 8 & ) && httpd -D FOREGROUND