Added script to create and push docker image
This commit is contained in:
parent
f3c1945289
commit
3041c5aec3
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
../gradlew build -Dquarkus.package.type=native -Dquarkus.native.container-build=true
|
||||||
|
|
||||||
|
docker build -f src/main/docker/Dockerfile.native -t docker.dankito.net/dankito/epc-qr-code-rest:1.0.0-beta1 .
|
||||||
|
|
||||||
|
docker push docker.dankito.net/dankito/epc-qr-code-rest:1.0.0-beta1
|
Loading…
Reference in New Issue