Skip to content

Commit 555fcef

Browse files
committed
Update build and run instruction
Signed-off-by: eyuen <[email protected]>
1 parent b1a06a4 commit 555fcef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
#
44
# Build the image with:
55
#
6-
# docker build -f docker/Dockerfile -t springboot/springboot-basic .
6+
# docker build -f docker/Dockerfile -t springboot/sample-demo .
77
#
88
# Then run the container using:
99
#
10-
# docker run -i --rm -p 8080:8080 springboot/springboot-basic
10+
# docker run -i --rm -p 8080:8080 springboot/sample-demo
1111
####
1212
FROM quay.io/eclipse/che-java11-maven:nightly
1313

0 commit comments

Comments
 (0)