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