Compare commits

..

3 Commits

Author SHA1 Message Date
b24da075b8 Merge pull request 'work' (#2) from work into main
Reviewed-on: #2
2024-11-25 13:19:10 -06:00
5f942d7604 fix branch build check
All checks were successful
/ Plan (push) Successful in 7s
/ Plan (pull_request) Successful in 7s
2024-11-25 13:18:48 -06:00
754fd1265a dockerfile changes
All checks were successful
/ Plan (push) Successful in 7s
2024-11-25 13:17:34 -06:00
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on:
push:
branches:
- "**"
- "!master"
- "!main"
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 ["cron && apache2ctl -D FOREGROUND"]
CMD ( crond -l 8 & ) && httpd -D FOREGROUND