Compare commits
No commits in common. "b24da075b84bf2820783c6aeffc815d646156902" and "fe9da6064d980dced45b484c45fc7d202f394aa7" have entirely different histories.
b24da075b8
...
fe9da6064d
@ -4,7 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- "**"
|
||||||
- "!main"
|
- "!master"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Plan:
|
Plan:
|
||||||
|
@ -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"]
|
Loading…
x
Reference in New Issue
Block a user