mirror of
https://github.com/alibaba/higress.git
synced 2026-05-30 15:47:28 +08:00
feat: Rust WASM supports Redis database configuration option (#2704)
This commit is contained in:
@@ -11,5 +11,5 @@ RUN cargo build --target wasm32-wasip1 $BUILD_OPTS \
|
||||
&& cp target/wasm32-wasip1/release/*.wasm /main.wasm \
|
||||
&& cargo clean
|
||||
|
||||
FROM scratch
|
||||
FROM scratch AS output
|
||||
COPY --from=builder /main.wasm plugin.wasm
|
||||
|
||||
Reference in New Issue
Block a user