build with pub sub clients for testing

This commit is contained in:
Chris Lu
2024-02-05 16:47:11 -08:00
parent 4dc6681833
commit c471265837
3 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
FROM alpine AS final
LABEL author="Chris Lu"
COPY ./weed /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