add: trigger regen on drop

This commit is contained in:
Charles
2025-10-18 01:17:49 -07:00
parent 1dfdff35c3
commit b51be8957d
3 changed files with 10 additions and 5 deletions

View File

@@ -8,4 +8,5 @@ RUN cargo build --release
FROM debian:stable-slim
WORKDIR /app
COPY --from=builder /app/target/release/handler .
COPY --from=builder /app/target/release/skubelb .
CMD ["./handler"]