Merge branch 'release_v1' into develop
This commit is contained in:
commit
03c1913e2b
|
|
@ -0,0 +1 @@
|
||||||
|
.github/** @devops
|
||||||
|
|
@ -126,4 +126,4 @@ WORKDIR /root
|
||||||
ENV HOME=/home/ubuntu \
|
ENV HOME=/home/ubuntu \
|
||||||
SHELL=/bin/bash
|
SHELL=/bin/bash
|
||||||
HEALTHCHECK --interval=30s --timeout=5s CMD curl --fail http://127.0.0.1:6079/api/health
|
HEALTHCHECK --interval=30s --timeout=5s CMD curl --fail http://127.0.0.1:6079/api/health
|
||||||
ENTRYPOINT ["/startup.sh"]
|
ENTRYPOINT ["/startup.sh"]
|
||||||
Loading…
Reference in New Issue