File tree 2 files changed +2
-2
lines changed
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 ****" \
103
103
&& chmod 0440 /etc/sudoers.d/$USER \
104
104
&& chown $USER:$USER /data
105
105
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
107
107
108
108
## Download linuxgsm.sh
109
109
RUN echo "**** Download linuxgsm.sh ****" \
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ RUN echo "**** Add linuxgsm user ****" \
103
103
&& chmod 0440 /etc/sudoers.d/$USER \
104
104
&& chown $USER:$USER /data
105
105
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
107
107
108
108
## Download linuxgsm.sh
109
109
RUN echo "**** Download linuxgsm.sh ****" \
You can’t perform that action at this time.
0 commit comments