Skip to content

jumpserver/web-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JumpServer Web STATIC

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

Docker 构建

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