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 6, 2015
2 parents 1b0144b + 28f8786 commit 60dda8a
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 60dda8a

Please sign in to comment.