FROM scratch COPY ${CI_WORKSPACE}/target/release/osrs-prometheus-exporter /bootstrap EXPOSE 3030 CMD ["/bootstrap"]