可演示

This commit is contained in:
Dang Zerong
2026-03-13 16:04:20 +08:00
parent cb90b66f09
commit 726c21feac
7 changed files with 77 additions and 365 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
version: "3.8"
services:
code-scan:
image: dcr-by1jwyxk44.71826370.xyz/whlaoding/code-scan:latest
container_name: code-scan
ports:
- "5000:5000"
restart: unless-stopped