FROM alpine:3.22
RUN apk add --no-cache curl openssl
COPY run.sh /usr/local/bin/run-demo
ENTRYPOINT ["/usr/local/bin/run-demo"]
