Files
test-actions/Dockerfile
Alex Matsuev e4e9c85c29
All checks were successful
Context testing / dump_contexts_to_log (push) Successful in 2s
Build and release project / Explore-Gitea-Actions (push) Successful in 52s
Update actions
2025-11-22 13:11:13 +03:00

7 lines
90 B
Docker

FROM alpine:3.22
COPY ./bin/metrics /bin
RUN chmod +x /bin/metrics
CMD ["/bin/metrics"]