mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-12-06 02:09:04 +00:00
6 lines
94 B
Docker
6 lines
94 B
Docker
|
FROM alpine/git:1.0.7
|
||
|
|
||
|
COPY entrypoint.sh /entrypoint.sh
|
||
|
|
||
|
ENTRYPOINT ["sh", "/entrypoint.sh"]
|