Skip to content

Commit

Permalink
Update docker_java.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb authored Sep 12, 2020
1 parent 5735b39 commit 254939a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker_java.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,8 @@ $ docker build .
Sending build context to Docker daemon 2.048kB
Step 1/2 : FROM ubuntu
---> 4e2eef94cd6b
Step 2/2 : RUN echo 'Hello world'
---> Running in a49a1961315d
Hello world
Removing intermediate container a49a1961315d
---> 09953f45072b
Successfully built 09953f45072b
Expand Down Expand Up @@ -203,7 +199,7 @@ RUN cd /src; npm install --production
# Bundle app source
COPY hello.js /src/hello.js
# app binds to port 8080
# App binds to port 8080
EXPOSE 8080
# Last but not least, define the command to run your app
Expand Down

0 comments on commit 254939a

Please sign in to comment.