From 0425aa93b0b7d93c1839286c98bd1c69e01065f5 Mon Sep 17 00:00:00 2001 From: zzw <1464003642@qq.com> Date: Mon, 31 Aug 2026 15:30:28 +0800 Subject: [PATCH] fix: bff build --- bff/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/bff/Dockerfile b/bff/Dockerfile index 361269c..58ab561 100644 --- a/bff/Dockerfile +++ b/bff/Dockerfile @@ -34,7 +34,6 @@ RUN apk add --no-cache tzdata \ COPY --from=builder /out/main . COPY --from=builder /src/rpc ./rpc -COPY --from=builder /src/bff/etc ./etc EXPOSE 10000