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: push:
branches: branches:
- "**" - "**"
- "!main" - "!master"
jobs: jobs:
Plan: Plan:

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