feat(webhook): scripts

This commit is contained in:
2026-03-05 19:18:26 +01:00
parent be3601b39d
commit 81d8f89552
6 changed files with 23 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
FROM thecatlady/webhook:2.8.0
USER root
RUN apk add --no-cache git docker-cli bash openssh-client docker-compose
RUN mkdir -p /root/.ssh && \
ssh-keyscan 192.168.178.204 >> /root/.ssh/known_hosts