Long timeout until I optimize things

This commit is contained in:
Roberto Alsina 2023-06-04 11:54:22 -03:00
parent b4d66769b3
commit 3bbafb28c0
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ COPY --from=build /home/app/handler .
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
ENV fprocess="./handler"
ENV exec_timeout=30
EXPOSE 8080
HEALTHCHECK --interval=2s CMD [ -e /tmp/.lock ] || exit 1