# wechat_cloudmanagetest **Repository Path**: houjinxin/wechat_cloudmanagetest ## Basic Information - **Project Name**: wechat_cloudmanagetest - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-19 - **Last Updated**: 2023-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 参考 [官方springboot DEMO](https://github.com/WeixinCloud/wxcloudrun-springboot/blob/main/Dockerfile) # 构建 ```shell docker build -t myapp . ``` # 本地运行镜像 ```shell docker run -p 8080:8080 myapp ```