Skip to content

Commit

Permalink
Change exposed port to 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Jan 18, 2015
1 parent 6b0b3db commit 4205bce
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 @@ -13,5 +13,5 @@ COPY . /usr/src/app

RUN apt-get update && apt-get install -y nodejs --no-install-recommends && rm -rf /var/lib/apt/lists/*

EXPOSE 3000
EXPOSE 5000
ENTRYPOINT ["bin/docker-entrypoint.sh"]

0 comments on commit 4205bce

Please sign in to comment.