https://github.com/jumpserver/web-static
https://github.com/jumpserver/web-static
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jumpserver/web-static
- Owner: jumpserver
- Created: 2023-09-27T08:18:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T08:52:05.000Z (over 1 year ago)
- Last Synced: 2024-05-22T22:23:44.461Z (over 1 year ago)
- Language: Shell
- Size: 53.7 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JumpServer Web STATIC
JumpServer Web 项目,包含一些静态安装包文件
## Docker 构建
```bash
VERSION=$(cat VERSION)
./prepare.sh
docker buildx build -t jumpserver/web-static:${VERSION} . --load
```