From 30f8600a24853e8d60b288a6bba866008e041784 Mon Sep 17 00:00:00 2001 From: chrislu Date: Fri, 3 May 2024 21:27:06 -0700 Subject: working --- docker/Dockerfile.local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker/Dockerfile.local') 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 -- cgit v1.2.3