We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a06a4 commit 555fcefCopy full SHA for 555fcef
docker/Dockerfile
@@ -3,11 +3,11 @@
3
#
4
# Build the image with:
5
6
-# docker build -f docker/Dockerfile -t springboot/springboot-basic .
+# docker build -f docker/Dockerfile -t springboot/sample-demo .
7
8
# Then run the container using:
9
10
-# docker run -i --rm -p 8080:8080 springboot/springboot-basic
+# docker run -i --rm -p 8080:8080 springboot/sample-demo
11
####
12
FROM quay.io/eclipse/che-java11-maven:nightly
13
0 commit comments