# slw_file **Repository Path**: lingxinmeng/slw_file ## Basic Information - **Project Name**: slw_file - **Description**: 存储文件存储文件存储文件存储文件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-15 - **Last Updated**: 2024-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: 四零五 ## README 已开通端口 - 13451 ~ 13455 # 开发 ## 根据idl更新代码 hz update -module slw_file -I idl -idl ./idl/services/file_service.proto # 部署 1. 登录 simulation004 2. cd /mnt/disk001/slw/slw_file/src/slw_file 3. git pull 4. docker build -t slw_file:v2024.8.31 . 5. docker rm -f slw_file 6. ```shell docker run -d \ -v /mnt/disk001/slw/slw_file/log:/root/log \ -v /mnt/disk001/slw/slw_file/file:/root/file \ -p 13451:13451 \ --name slw_file slw_file:v2024.8.31 ```