initial import

This commit is contained in:
Nandor Kracser
2018-11-21 15:45:09 +01:00
parent 897261a64b
commit ccdae2bba6
5 changed files with 56 additions and 4 deletions

5
Dockerfile.test Normal file
View File

@@ -0,0 +1,5 @@
FROM alpine:3.8
RUN apk add --update git
ENTRYPOINT [ "/usr/bin/plugin.sh" ]