From 0e486137341b961a7d2be97e1c68dc16bf7afe43 Mon Sep 17 00:00:00 2001 From: Kilerd Chan Date: Thu, 11 Apr 2024 14:17:25 +0800 Subject: [PATCH] chore: fix the feature in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d3e1c7df..e3c1dadd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /app COPY . /app RUN mkdir /data -RUN cargo build --release --features frontend plugin_runtime --bin zhang +RUN cargo build --release --features frontend --bin zhang FROM gcr.io/distroless/cc-debian12 LABEL org.opencontainers.image.source https://github.com/kilerd/zhang