osrs-prometheus-exporter/Dockerfile

5 lines
116 B
Docker
Raw Normal View History

2023-04-05 02:32:25 +02:00
FROM scratch
2023-04-06 02:22:52 +02:00
COPY ${CI_WORKSPACE}/target/release/osrs-prometheus-exporter /bootstrap
EXPOSE 3030
2023-04-05 02:32:25 +02:00
CMD ["/bootstrap"]