deploy config fixs

This commit is contained in:
Thomas
2020-08-01 20:06:34 +02:00
parent 0e803cb17e
commit 6e2d52cba9
6 changed files with 4 additions and 4 deletions

View File

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

0
buildDocker.sh Normal file → Executable file
View File

0
buildJar.sh Normal file → Executable file
View File

View File

@@ -1,5 +1,5 @@
{ {
"name": "oozik", "name": "voozik",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {

View File

@@ -1,6 +1,6 @@
module.exports = { module.exports = {
pwa: { pwa: {
name: 'Oozik', name: 'Voozik',
themeColor: '#26a8a2', themeColor: '#26a8a2',
msTileColor: '#26a8a2', msTileColor: '#26a8a2',
appleMobileWebAppCapable: 'yes', appleMobileWebAppCapable: 'yes',

BIN
voozik.jar Normal file

Binary file not shown.