File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ RUN echo "**** Add linuxgsm user ****" \
103103 && chmod 0440 /etc/sudoers.d/$USER \
104104 && chown $USER:$USER /data
105105
106- HEALTHCHECK --interval=1m --timeout=1m --start-period=2m --retries=1 CMD /app/entrypoint-healthcheck.sh || exit 1
106+ HEALTHCHECK --interval=1m --timeout=1m --start-period=5m --retries=1 CMD /app/entrypoint-healthcheck.sh || exit 1
107107
108108## Download linuxgsm.sh
109109RUN echo "**** Download linuxgsm.sh ****" \
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ RUN echo "**** Add linuxgsm user ****" \
103103 && chmod 0440 /etc/sudoers.d/$USER \
104104 && chown $USER:$USER /data
105105
106- HEALTHCHECK --interval=1m --timeout=1m --start-period=2m --retries=1 CMD /app/entrypoint-healthcheck.sh || exit 1
106+ HEALTHCHECK --interval=1m --timeout=1m --start-period=5m --retries=1 CMD /app/entrypoint-healthcheck.sh || exit 1
107107
108108## Download linuxgsm.sh
109109RUN echo "**** Download linuxgsm.sh ****" \
You can’t perform that action at this time.
0 commit comments