diff --git a/Dockerfile b/Dockerfile index 08abaee..6310f7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:edge MAINTAINER gltron -RUN apk --update add openjdk8-jre +RUN apk --update add openjdk11-jre COPY voozik.jar /home/voozik.jar CMD ["java","-jar","/home/voozik.jar"] -EXPOSE 8181 \ No newline at end of file +EXPOSE 8181 diff --git a/buildDocker.sh b/buildDocker.sh old mode 100644 new mode 100755 diff --git a/buildJar.sh b/buildJar.sh old mode 100644 new mode 100755 diff --git a/client/package.json b/client/package.json index ec389b8..02e8284 100644 --- a/client/package.json +++ b/client/package.json @@ -1,5 +1,5 @@ { - "name": "oozik", + "name": "voozik", "version": "0.1.0", "private": true, "scripts": { diff --git a/client/vue.config.js b/client/vue.config.js index cde0c2e..cf91e13 100644 --- a/client/vue.config.js +++ b/client/vue.config.js @@ -1,6 +1,6 @@ module.exports = { pwa: { - name: 'Oozik', + name: 'Voozik', themeColor: '#26a8a2', msTileColor: '#26a8a2', appleMobileWebAppCapable: 'yes', diff --git a/voozik.jar b/voozik.jar new file mode 100644 index 0000000..6cc6fbe Binary files /dev/null and b/voozik.jar differ