This commit is contained in:
chrislu
2024-05-03 21:27:06 -07:00
parent 7a9b115cc2
commit 30f8600a24
3 changed files with 7 additions and 5 deletions

View File

@@ -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