FROM alpine RUN apk add jq curl bash COPY src /app WORKDIR /app RUN chmod +x launch.sh ENTRYPOINT [ "/bin/bash", "/app/launch.sh" ]