feat: add virtual host mode support for kubernetes installation (#1655)

This commit is contained in:
majinghe
2026-01-29 17:55:24 +08:00
committed by GitHub
parent ab84da24ef
commit 6b15e727f5
4 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ COPY . .
# Generate static files
RUN ./rustfs/scripts/static.sh
RUN ./scripts/static.sh
# Cargo build configuration for lean release artifacts
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true \