work #2

Merged
paradizelost merged 2 commits from work into main 2024-11-25 13:19:11 -06:00
Showing only changes of commit 754fd1265a - Show all commits

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 ["cron && apache2ctl -D FOREGROUND"]
CMD ( crond -l 8 & ) && httpd -D FOREGROUND