Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
webwurst committed Jan 9, 2016
2 parents 6711fa4 + 8552c30 commit 372b038
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM armhfbuild/golang:1.5
# FROM hypriot/rpi-golang:1.5

RUN go get github.com/mholt/caddy

WORKDIR /
# RUN printf "0.0.0.0\nbrowse /var/www" > /Caddyfile

EXPOSE 80 443
CMD ["caddy"]

0 comments on commit 372b038

Please # to comment.