Skip to content

Commit

Permalink
Merge pull request bitly#86 from noonien/master
Browse files Browse the repository at this point in the history
Add Docker support
  • Loading branch information
talaris committed Nov 11, 2015
2 parents 7c241ec + 28f8786 commit 1fd3517
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM golang:onbuild

EXPOSE 80
ENTRYPOINT ["app"]

0 comments on commit 1fd3517

Please sign in to comment.