feat: java web demo
This commit is contained in:
parent
60deb742a4
commit
e7083f5cf2
|
@ -3,8 +3,8 @@
|
||||||
"version": "v1alpha1",
|
"version": "v1alpha1",
|
||||||
"description": "test java pack",
|
"description": "test java pack",
|
||||||
"engines": {
|
"engines": {
|
||||||
"build": "alpine:3",
|
"build": "adoptopenjdk/openjdk8",
|
||||||
"deploy": "alpine:3"
|
"deploy": "adoptopenjdk/openjdk8"
|
||||||
},
|
},
|
||||||
"build_steps": [
|
"build_steps": [
|
||||||
"make build", "make clean"
|
"make build", "make clean"
|
||||||
|
|
Loading…
Reference in New Issue