This website requires JavaScript.
Explore
Help
Register
Sign In
sirius
/
test-actions
Watch
25
Star
0
Fork
0
You've already forked test-actions
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
dc72e269fcec263fd54a8f92f2175712d1cf8fdd
test-actions
/
Dockerfile
9 lines
101 B
Docker
Raw
Normal View
History
Unescape
Escape
Test build container
2025-11-21 21:50:19 +03:00
FROM
alpine:3.22
WORKDIR
/app
COPY
./bin/metrics .
Add workflow context
2025-11-22 10:26:23 +03:00
RUN
chmod +x /app/metrics
Test build container
2025-11-21 21:50:19 +03:00
CMD
[
"/app/metrics"
]
Reference in New Issue
Copy Permalink