Initial commit.

This commit is contained in:
2019-10-12 02:33:58 +05:00
commit 3de925e9c7
3 changed files with 11 additions and 0 deletions

7
Dockerfile Normal file
View File

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