FROM caddy:alpine RUN apk add --no-cache bash jq curl git docker-cli COPY dispatcher.sh /usr/local/bin/dispatcher.sh