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

7 lines
97 B
Docker

FROM debian:stable-slim
COPY ./bin/metrics /bin
RUN chmod +x /bin/metrics
CMD ["/bin/metrics"]