mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 23:41:49 +00:00
feat: container process supervision with sueprvisord
This commit is contained in:
parent
274d7993d5
commit
fbcb579a91
8 changed files with 156 additions and 48 deletions
|
|
@ -28,5 +28,7 @@ RUN bash /ins/post_install.sh $BRANCH
|
|||
# Expose ports
|
||||
EXPOSE 22 80
|
||||
|
||||
# initialize runtime
|
||||
CMD ["/bin/bash", "-c", "/bin/bash /exe/initialize.sh $BRANCH"]
|
||||
RUN chmod +x /exe/initialize.sh /exe/run_A0.sh /exe/run_searxng.sh
|
||||
|
||||
# initialize runtime and switch to supervisord
|
||||
CMD ["/exe/initialize.sh", "$BRANCH"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue