mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 19:19:11 +08:00
Go Build Dockerfile
This commit is contained in:
parent
e778d04740
commit
329c5915fe
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"]
|
Loading…
Reference in New Issue
Block a user