work #2
@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
- "!master"
|
||||
- "!main"
|
||||
|
||||
jobs:
|
||||
Plan:
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user