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
b11261d968
gitea
/
act_runner
/
Dockerfile
4 lines
90 B
Docker
Raw
Normal View
History
Unescape
Escape
building act_runner
2023-10-20 17:39:51 +00:00
FROM
gitea/act_runner:latest
COPY
config.yaml /
sleep
2023-10-20 18:26:54 +00:00
COPY
run.sh /
ENTRYPOINT
[
"sh"
,
"/run.sh"
]