This website requires JavaScript.
Explore
Help
Sign In
stack
/
gitea
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Pull Requests
1
Actions
Releases
1
Wiki
Activity
actions
gitea
/
act_runner
/
Dockerfile
4 lines
90 B
Docker
Raw
Permalink
Blame
History
FROM
gitea/act_runner:latest
COPY
config.yaml /
COPY
run.sh /
ENTRYPOINT
[
"sh"
,
"/run.sh"
]
Reference in New Issue
View Git Blame
Copy Permalink