Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 215 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 215 Bytes

JumpServer Web STATIC

JumpServer Web 项目,包含一些静态安装包文件

Docker 构建

VERSION=$(cat VERSION)
./prepare.sh
docker buildx build -t jumpserver/web-static:${VERSION} . --load