An open API service indexing awesome lists of open source software.

https://github.com/jumpserver/docker-web


https://github.com/jumpserver/docker-web

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# JumpServer Web

JumpServer 的 LB Nginx Build 项目,其中包含 Lina, Luna 和一些静态安装包文件

## Docker 构建

```bash
VERSION=dev
docker buildx build --build-arg VERSION=${VERSION} -t jumpserver/web:${VERSION} . --load
```