Initial import

This commit is contained in:
Chris Patterson
2019-08-03 21:55:35 -04:00
commit fe6c30e25c
5 changed files with 47 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM alpine:3.10
COPY LICENSE README.md /
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]