deploy config fixs
This commit is contained in:
@@ -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
0
buildDocker.sh
Normal file → Executable file
0
buildJar.sh
Normal file → Executable file
0
buildJar.sh
Normal file → Executable file
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "oozik",
|
"name": "voozik",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -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
BIN
voozik.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user