Skip to content

Commit

Permalink
Updated Dockerfile exposed port number to 80.
Browse files Browse the repository at this point in the history
  • Loading branch information
pilwon committed Aug 8, 2014
1 parent b809b57 commit b84ece5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ WORKDIR /app
CMD ["node", "server"]

# Expose ports.
EXPOSE 6379
EXPOSE 80

0 comments on commit b84ece5

Please sign in to comment.