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 5735b39 commit 254939aCopy full SHA for 254939a
docker_java.md
@@ -83,12 +83,8 @@ $ docker build .
83
84
Sending build context to Docker daemon 2.048kB
85
Step 1/2 : FROM ubuntu
86
- ---> 4e2eef94cd6b
87
Step 2/2 : RUN echo 'Hello world'
88
- ---> Running in a49a1961315d
89
Hello world
90
-Removing intermediate container a49a1961315d
91
- ---> 09953f45072b
92
Successfully built 09953f45072b
93
94
@@ -203,7 +199,7 @@ RUN cd /src; npm install --production
203
199
# Bundle app source
204
200
COPY hello.js /src/hello.js
205
201
206
-# app binds to port 8080
202
+# App binds to port 8080
207
EXPOSE 8080
208
209
# Last but not least, define the command to run your app
0 commit comments