From 70593585b8deb716c289a37ca04d18d739aabfdc Mon Sep 17 00:00:00 2001 From: "Michael G. Noll" Date: Tue, 7 May 2024 12:08:37 +0200 Subject: [PATCH] Docs --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61d6872..2d514f0 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,8 @@ Java JDK or Maven installed. # Usage and Demo **Step 1:** Create the Docker image according to [Dockerfile](Dockerfile). -This step uses Maven to build, test, and package the -[Java application](src/main/java/com/miguno/App.java) according to -[pom.xml](pom.xml). The resulting image is 102MB in size, of which 44MB are +This step uses Maven to build, test, and package the Java application according +to [pom.xml](pom.xml). The resulting image is 102MB in size, of which 44MB are the underlying `alpine` image. ```shell