Merge branch 'release_v1' into develop

This commit is contained in:
danniel 2023-04-24 19:38:02 +03:00
commit 03c1913e2b
2 changed files with 2 additions and 1 deletions

1
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1 @@
.github/** @devops

View File

@ -126,4 +126,4 @@ WORKDIR /root
ENV HOME=/home/ubuntu \
SHELL=/bin/bash
HEALTHCHECK --interval=30s --timeout=5s CMD curl --fail http://127.0.0.1:6079/api/health
ENTRYPOINT ["/startup.sh"]
ENTRYPOINT ["/startup.sh"]