aboutsummaryrefslogtreecommitdiff
path: root/docker/Dockerfile.local
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-05-03 21:27:06 -0700
committerchrislu <chris.lu@gmail.com>2024-05-03 21:27:06 -0700
commit30f8600a24853e8d60b288a6bba866008e041784 (patch)
treec80979732d5f4bb9f9ed90cdcad988e0c888d375 /docker/Dockerfile.local
parent7a9b115cc2365a1d06d0fc049b7656064e353006 (diff)
downloadseaweedfs-30f8600a24853e8d60b288a6bba866008e041784.tar.xz
seaweedfs-30f8600a24853e8d60b288a6bba866008e041784.zip
working
Diffstat (limited to 'docker/Dockerfile.local')
-rw-r--r--docker/Dockerfile.local4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile.local b/docker/Dockerfile.local
index b87c0d8e9..269a993b4 100644
--- a/docker/Dockerfile.local
+++ b/docker/Dockerfile.local
@@ -1,8 +1,8 @@
FROM alpine AS final
LABEL author="Chris Lu"
COPY ./weed /usr/bin/
-COPY ./weed_pub /usr/bin/
-COPY ./weed_sub /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