mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 23:41:49 +00:00
feat: TaskScheduler - backend mechanics
This commit is contained in:
parent
c2721dbcd9
commit
132f792e98
10 changed files with 424 additions and 5 deletions
|
|
@ -30,5 +30,8 @@ EXPOSE 22 80
|
|||
|
||||
RUN chmod +x /exe/initialize.sh /exe/run_A0.sh /exe/run_searxng.sh
|
||||
|
||||
# This is important or cron will not execute the file
|
||||
RUN chmod 0644 /etc/cron.d/scheduler_tick
|
||||
|
||||
# initialize runtime and switch to supervisord
|
||||
CMD ["/exe/initialize.sh", "$BRANCH"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue