FROM nginx:1.27-alpine RUN apk add --no-cache jq COPY run.sh /run.sh RUN chmod a+x /run.sh EXPOSE 8099 CMD ["/run.sh"]