git-auto-commit-action/Dockerfile

6 lines
94 B
Docker
Raw Normal View History

2019-06-10 20:30:50 +08:00
FROM alpine/git:1.0.7
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["sh", "/entrypoint.sh"]