osrs-prometheus-exporter/Dockerfile

4 lines
96 B
Docker
Raw Normal View History

2023-04-05 02:32:25 +02:00
FROM scratch
COPY ${CI_WORKSPACE}/target/release/osrs-playercount /bootstrap
CMD ["/bootstrap"]