This website requires JavaScript.
Explore
Help
Register
Sign In
xxq250
/
git-auto-commit-action
Watch
1
Star
0
Fork
You've already forked git-auto-commit-action
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
1dd709d949
git-auto-commit-action
/
Dockerfile
6 lines
94 B
Docker
Raw
Blame
History
FROM
alpine/git:1.0.7
COPY
entrypoint.sh /entrypoint.sh
ENTRYPOINT
[
"sh"
,
"/entrypoint.sh"
]
Reference in New Issue
View Git Blame
Copy Permalink