Long timeout until I optimize things
This commit is contained in:
parent
b4d66769b3
commit
3bbafb28c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user