add docker stopsignal + cmd
This commit is contained in:
parent
2a51098daf
commit
2687ae5457
@ -14,4 +14,6 @@ RUN cargo build --release
|
||||
FROM debian:12-slim AS runtime
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/target/release/doctor-restart /usr/local/bin
|
||||
ENTRYPOINT ["/usr/local/bin/doctor-restart"]
|
||||
STOPSIGNAL SIGINT
|
||||
ENTRYPOINT ["/usr/local/bin/doctor-restart"]
|
||||
CMD ["-l", "auto-restart.unhealthy", "-i", "10s", "-u", "35s"]
|
||||
|
Loading…
Reference in New Issue
Block a user