feat: java web demo

This commit is contained in:
zhanghelong 2021-08-24 11:19:40 +08:00
parent 60deb742a4
commit e7083f5cf2
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
"version": "v1alpha1",
"description": "test java pack",
"engines": {
"build": "alpine:3",
"deploy": "alpine:3"
"build": "adoptopenjdk/openjdk8",
"deploy": "adoptopenjdk/openjdk8"
},
"build_steps": [
"make build", "make clean"