Compare commits

..

No commits in common. "b24da075b84bf2820783c6aeffc815d646156902" and "fe9da6064d980dced45b484c45fc7d202f394aa7" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on:
push:
branches:
- "**"
- "!main"
- "!master"
jobs:
Plan:

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 && apache2ctl -D FOREGROUND"]