try to deploy en nas
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM alpine:3.19
|
||||
|
||||
RUN apk add --no-cache docker-cli netcat-openbsd
|
||||
|
||||
COPY deploy-webhook.sh /usr/local/bin/deploy-webhook.sh
|
||||
RUN chmod +x /usr/local/bin/deploy-webhook.sh
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/deploy-webhook.sh"]
|
||||
Reference in New Issue
Block a user