Go Build Dockerfile

This commit is contained in:
Sam Ng 2015-01-01 18:56:51 -07:00
parent e778d04740
commit 329c5915fe

6
Dockerfile.go_build Normal file
View file

@ -0,0 +1,6 @@
FROM cydev/go
RUN go get github.com/chrislusf/weed-fs/go/weed
EXPOSE 8080
EXPOSE 9333
VOLUME /data
ENTRYPOINT ["weed"]