Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Expose port 80 in Dockerfile
Browse files Browse the repository at this point in the history
The status check relies on this
  • Loading branch information
adammcmaster committed Sep 24, 2015
1 parent 51e504c commit 3581236
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ RUN bundle install

RUN npm install

EXPOSE 80

ENTRYPOINT ["/src/start.sh"]

0 comments on commit 3581236

Please sign in to comment.