Initial commit.

This commit is contained in:
2019-10-12 04:00:55 +05:00
commit 7d1da6a76e
4 changed files with 23 additions and 0 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM alpine:latest
RUN apk add --no-cache bash openjdk8 openjdk8-jre
VOLUME [ "/data" ]
ENTRYPOINT [ "/data/start.sh" ]