Fixes, theming & deploy files

This commit is contained in:
Thomas
2020-08-01 18:19:39 +02:00
parent 76c6b45e2b
commit 1990ff0f04
23 changed files with 552 additions and 403 deletions

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM alpine:edge
MAINTAINER gltron
RUN apk --update add openjdk8-jre
COPY cloud32.jar /home/cloud32.jar
CMD ["java","-jar","/home/cloud32.jar"]
EXPOSE 8181