Update actions
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

This commit is contained in:
2025-11-22 13:11:13 +03:00
parent cc7dbe2123
commit e4e9c85c29

View File

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