just triggering the workflow (I'm such a pro developer 10x)

This commit is contained in:
Andras Bacsai
2024-11-08 11:11:31 +01:00
parent 8eff8248c2
commit 2d64c006e2

View File

@@ -22,6 +22,4 @@ RUN /bin/sh -c "if [[ ${TARGETPLATFORM} == 'linux/arm64' ]]; then \
curl -L https://github.com/cloudflare/cloudflared/releases/download/${CLOUDFLARED_VERSION}/cloudflared-linux-arm64 -o /usr/local/bin/cloudflared && chmod +x /usr/local/bin/cloudflared \
;fi"
ENTRYPOINT ["/bin/sh", "/soketi-entrypoint.sh"]