Test build container
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 8s

This commit is contained in:
2025-11-21 21:50:19 +03:00
parent 078ba96490
commit f4469e0e30
3 changed files with 46 additions and 11 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM alpine:3.22
WORKDIR /app
COPY ./bin/metrics .
RUN chmod +x metrics
CMD ["/app/metrics"]