All checks were successful
Show context properties / dump_contexts_to_log (push) Successful in 2s
7 lines
90 B
Docker
7 lines
90 B
Docker
FROM alpine:3.22
|
|
|
|
COPY ./bin/metrics /bin
|
|
|
|
RUN chmod +x /bin/metrics
|
|
|
|
CMD ["/bin/metrics"] |