Rename to osrs-prometheus-exporter

This commit is contained in:
Daan Boerlage 2023-04-06 02:22:52 +02:00
parent aeaaa4e3a5
commit af1c8335df
Signed by: daan
GPG key ID: FCE070E1E4956606
3 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,5 @@
FROM scratch
COPY ${CI_WORKSPACE}/target/release/osrs-playercount /bootstrap
COPY ${CI_WORKSPACE}/target/release/osrs-prometheus-exporter /bootstrap
EXPOSE 3030
CMD ["/bootstrap"]