This website requires JavaScript.
Explore
Sign In
mirror
/
act
mirror of
https://github.com/nektos/act
Watch
2
Star
0
Fork
You've already forked act
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
act
/
pkg
/
runner
/
testdata
/
actions-environment-and-con...
/
docker
/
Dockerfile
6 lines
82 B
Docker
Raw
Permalink
Blame
History
FROM
alpine:3
COPY
entrypoint.sh /entrypoint.sh
ENTRYPOINT
[
"/entrypoint.sh"
]
Reference in New Issue
View Git Blame
Copy Permalink