dockerfile updates #3

Merged
paradizelost merged 1 commits from work into main 2024-11-25 13:22:46 -06:00
Showing only changes of commit 98c64e86ea - 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 ( crond -l 8 & ) && httpd -D FOREGROUND
CMD ( cron -l 8 & ) && apache2ctl -D FOREGROUND