Go Build Dockerfile
This commit is contained in:
6
Dockerfile.go_build
Normal file
6
Dockerfile.go_build
Normal 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"]
|
||||
Reference in New Issue
Block a user