Skip to content

Commit a1279bb

Browse files
authored
remove entrypoint from app.yaml (GoogleCloudPlatform#3837)
1 parent 895b213 commit a1279bb

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • appengine-java11/vertx-helloworld/src/main/appengine

appengine-java11/vertx-helloworld/src/main/appengine/app.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
runtime: java11
16-
instance_class: F4
17-
# The entry point is necessary to tell Vert.x where to store cached resources extracted from fat jars
18-
entrypoint: 'java -Dvertx.cacheDirBase=/tmp -jar vertx-hello-j11-1.0-jar-with-dependencies.jar '
15+
runtime: java11

0 commit comments

Comments
 (0)