Skip to content

Commit 254939a

Browse files
authored
Update docker_java.md
1 parent 5735b39 commit 254939a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docker_java.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,8 @@ $ docker build .
8383
8484
Sending build context to Docker daemon 2.048kB
8585
Step 1/2 : FROM ubuntu
86-
---> 4e2eef94cd6b
8786
Step 2/2 : RUN echo 'Hello world'
88-
---> Running in a49a1961315d
8987
Hello world
90-
Removing intermediate container a49a1961315d
91-
---> 09953f45072b
9288
Successfully built 09953f45072b
9389
9490
@@ -203,7 +199,7 @@ RUN cd /src; npm install --production
203199
# Bundle app source
204200
COPY hello.js /src/hello.js
205201
206-
# app binds to port 8080
202+
# App binds to port 8080
207203
EXPOSE 8080
208204
209205
# Last but not least, define the command to run your app

0 commit comments

Comments
 (0)