Skip to content

Commit

Permalink
cleanup, and increase startup time
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Nov 20, 2024
1 parent 1c0aff9 commit a002eea
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a002eea

Please sign in to comment.