fix: 修正Dockerfile和Makefile中的可执行文件名称
将Dockerfile中的CMD命令和Makefile中的build-linux目标输出文件名称统一为'ppanel',确保容器运行时使用正确的可执行文件名称
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ export DOMAIN=ppanel.kxsw.us
|
||||
export PROJECT_NAME=ppanel # 容器项目名称
|
||||
export SERVICE_NAME=server # 容器服务名称
|
||||
export API_INNER_PORT=8080
|
||||
export API_EXTERNAL_PORT=8080
|
||||
export API_EXTERNAL_PORT=8070
|
||||
|
||||
# Container Repository
|
||||
export REGISTRY_URL=registry.kxsw.us # 本地 Docker Registry 地址,请根据实际情况修改
|
||||
|
||||
Reference in New Issue
Block a user