We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9c35d commit 65ca076Copy full SHA for 65ca076
Dockerfile
@@ -68,7 +68,7 @@ EXPOSE 8080 2222
68
69
USER scm
70
71
-HEALTHCHECK CMD doguctl healthy scm || exit 1
+HEALTHCHECK --interval=5s CMD doguctl healthy scm || exit 1
72
73
# start scm
74
CMD ["/startup.sh"]
batsTests/healthcheck.bats
@@ -21,7 +21,6 @@ setup() {
21
22
teardown() {
23
unset CES_TOKEN_HEADER
24
- unset API_TOKEN
25
26
rm "${BATS_TMPDIR}/doguctl"
27
rm "${BATS_TMPDIR}/curl"
0 commit comments