1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-18 01:10:34 +02:00

add tmux for dev

This commit is contained in:
chrislu 2022-09-01 14:47:45 -07:00
parent d1bb23645e
commit 5afc20dbd3

View file

@ -15,7 +15,7 @@ COPY --from=builder /go/bin/weed /usr/bin/
RUN mkdir -p /etc/seaweedfs
COPY --from=builder /go/src/github.com/seaweedfs/seaweedfs/docker/filer_rocksdb.toml /etc/seaweedfs/filer.toml
COPY --from=builder /go/src/github.com/seaweedfs/seaweedfs/docker/entrypoint.sh /entrypoint.sh
RUN apk add fuse snappy gflags
RUN apk add fuse snappy gflags tmux
# volume server gprc port
EXPOSE 18080