feat(deploy): RUN docker-compose

This commit is contained in:
2026-02-23 12:39:58 +01:00
parent 108e10a545
commit 62f5de810e

View File

@@ -2,7 +2,7 @@ FROM thecatlady/webhook:2.8.0
USER root
RUN apk add --no-cache git docker-cli bash openssh-client
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