aboutsummaryrefslogtreecommitdiff
path: root/docker/Dockerfile.local
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2024-02-05 16:47:11 -0800
committerChris Lu <chris.lu@gmail.com>2024-02-05 16:47:11 -0800
commitc471265837a9ad33edfa0cdd9fa43900c602b7c1 (patch)
treec27891fdaf92dd474b7a65028ba5e1c393dc0ced /docker/Dockerfile.local
parent4dc6681833c5fd8094803cc2c01cf9664c982fc0 (diff)
downloadseaweedfs-c471265837a9ad33edfa0cdd9fa43900c602b7c1.tar.xz
seaweedfs-c471265837a9ad33edfa0cdd9fa43900c602b7c1.zip
build with pub sub clients for testing
Diffstat (limited to 'docker/Dockerfile.local')
-rw-r--r--docker/Dockerfile.local2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/Dockerfile.local b/docker/Dockerfile.local
index 53cfd9571..b87c0d8e9 100644
--- a/docker/Dockerfile.local
+++ b/docker/Dockerfile.local
@@ -1,6 +1,8 @@
FROM alpine AS final
LABEL author="Chris Lu"
COPY ./weed /usr/bin/
+COPY ./weed_pub /usr/bin/
+COPY ./weed_sub /usr/bin/
RUN mkdir -p /etc/seaweedfs
COPY ./filer.toml /etc/seaweedfs/filer.toml
COPY ./entrypoint.sh /entrypoint.sh