Skip to content

Commit fd0ee07

Browse files
committed
Init
0 parents  commit fd0ee07

File tree

5 files changed

+828
-0
lines changed

5 files changed

+828
-0
lines changed

Dockerfile

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM alpine:3.8
2+
3+
RUN apk --no-cache add jq curl ca-certificates
4+
5+
COPY entrypoint.sh /usr/local/bin
6+
7+
ENTRYPOINT ["entrypoint.sh"]
8+

0 commit comments

Comments
 (0)