You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.vscode | 2 months ago | |
client | 2 months ago | |
server | 2 months ago | |
.editorconfig | 2 months ago | |
.gitignore | 2 months ago | |
.npmrc | 2 months ago | |
Dockerfile | 2 months ago | |
README.md | 2 months ago | |
config.cjs | 2 months ago | |
index.html | 2 months ago | |
jenkinsfile | 2 months ago | |
package-lock.json | 2 months ago | |
package.json | 2 months ago |
README.md
无源标靶上位机
Docker
构建镜像
docker build -t passive-targeting-web .
运行容器
docker run -d -p 8080:8080 -p 8081:8081 --name passive-targeting-web passive-targeting-web