diff options
Diffstat (limited to 'docker/Dockerfile.local')
| -rw-r--r-- | docker/Dockerfile.local | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docker/Dockerfile.local b/docker/Dockerfile.local index 062db4d84..9ea378401 100644 --- a/docker/Dockerfile.local +++ b/docker/Dockerfile.local @@ -1,8 +1,7 @@ FROM alpine AS final LABEL author="Chris Lu" -COPY ./weed /usr/bin/ -COPY ./weed_pub* /usr/bin/ -COPY ./weed_sub* /usr/bin/ +COPY ./weed /usr/bin/weed +RUN chmod +x /usr/bin/weed && ls -la /usr/bin/weed RUN mkdir -p /etc/seaweedfs COPY ./filer.toml /etc/seaweedfs/filer.toml COPY ./entrypoint.sh /entrypoint.sh |
