Skip to content

Commit

Permalink
removing expose of port 8080 that was leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
pvrpccc committed Jan 6, 2018
1 parent bcd7802 commit 99d1cc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ RUN npm install
# Bundle app source
COPY . /usr/src/app

EXPOSE 8080
CMD [ "npm", "start" ]

0 comments on commit 99d1cc5

Please sign in to comment.