1
0
mirror of https://github.com/stefanzweifel/git-auto-commit-action.git synced 2026-02-02 22:37:23 +08:00

Update Dockerfile

This commit is contained in:
Stefan Zweifel
2020-01-11 21:35:29 +01:00
parent 9879efa581
commit 2043118160

View File

@@ -11,7 +11,6 @@ LABEL "maintainer"="Stefan Zweifel <hello@stefanzweifel.io>"
RUN apk add git-lfs
COPY lib.sh /lib.sh
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["sh", "/entrypoint.sh"]