diff --git a/docker/Dockerfile.local b/docker/Dockerfile.local index 4e3200488..9ea378401 100644 --- a/docker/Dockerfile.local +++ b/docker/Dockerfile.local @@ -2,8 +2,6 @@ FROM alpine AS final LABEL author="Chris Lu" COPY ./weed /usr/bin/weed RUN chmod +x /usr/bin/weed && ls -la /usr/bin/weed -COPY ./weed_pub* /usr/bin/ || true -COPY ./weed_sub* /usr/bin/ || true RUN mkdir -p /etc/seaweedfs COPY ./filer.toml /etc/seaweedfs/filer.toml COPY ./entrypoint.sh /entrypoint.sh