1
0

Initial commit

This commit is contained in:
Kyle M Hall
2019-12-18 09:26:30 -05:00
commit 42c85d1b6d
4 changed files with 81 additions and 0 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM alpine:latest
RUN apk add --no-cache zip
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]