prometheus-adapter/deploy/Dockerfile
Solly Ross 66cf5eaafb Provide basic deployment instructions
This commit introduces a Dockerfile with some basic deployment
instructions, as well as a makefile for convinience.
2017-06-24 01:42:10 -04:00

8 lines
71 B
Docker

FROM scratch
COPY adapter /
USER 1001:1001
ENTRYPOINT ["/adapter"]