mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-07-23 12:02:47 +02:00
6 lines
No EOL
117 B
Text
6 lines
No EOL
117 B
Text
FROM cydev/go
|
|
RUN go get github.com/chrislusf/seaweedfs/weed
|
|
EXPOSE 8080
|
|
EXPOSE 9333
|
|
VOLUME /data
|
|
ENTRYPOINT ["weed"] |