From a002eea5afe4583f360e947211a1d9199f9164c9 Mon Sep 17 00:00:00 2001 From: romer8 Date: Wed, 20 Nov 2024 10:05:32 -0700 Subject: [PATCH] cleanup, and increase startup time --- Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index e6330f0..943ecdc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,12 +62,7 @@ RUN cd ${APP_SRC_ROOT} \ && rm -rf node_modules \ && ${PDM} install --no-editable --production -# # fix error for numpy not being imported. libquadmath not found -# RUN apt-get update \ -# && apt-get -y install gfortran \ -# && rm -rf /var/lib/apt/lists/* - CMD bash run.sh -HEALTHCHECK --start-period=1s \ +HEALTHCHECK --start-period=60s \ CMD ./liveness-probe.sh \ No newline at end of file