fix: build shell script

This commit is contained in:
zhangsz
2025-06-24 18:02:59 +08:00
parent a5f31f6bb8
commit 0ce22ae0c4
16 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
version: '3.8'
services:
wfc-license-serve:
# 使用前面创建的Dockerfile构建的镜像
build: .
# 指定容器名(可选)
container_name: wfc-license-server
# 指定端口映射例如将容器的8080端口映射到主机的8080端口
ports:
- "8070:8070"
volumes:
- ./license:/opt/license