Skip to content

Commit baa9cb6

Browse files
committed
added dockerfile that can be used for CI/CD
1 parent 564a2b6 commit baa9cb6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
FROM bash:5
2+
3+
RUN apk add --update-cache \
4+
git \
5+
openssh-client \
6+
&& rm -rf /var/cache/apk/*
7+
8+
COPY gitfile.sh /usr/local/bin/gitfile
9+
10+
ENTRYPOINT /usr/local/bin/gitfile

0 commit comments

Comments
 (0)