added dockerfile

This commit is contained in:
ernado 2014-07-21 09:13:33 +04:00
parent 5d9ea0f3d4
commit b88603896a

6
Dockerfile Normal file
View File

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