# codecombat **Repository Path**: newrain001/codecombat ## Basic Information - **Project Name**: codecombat - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-07-23 - **Last Updated**: 2022-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装docker centos|redhat: yum install -y git && \ git clone https://gitee.com/newrain001/codecombat.git && \ cd codecombat && \ sh docker.sh # 运行容器 docker run -itd --name codecombat --restart=always -p 3000:3000 registry.cn-zhangjiakou.aliyuncs.com/newrain_wang/codecombat:v2.0 # 浏览器访问 ip:3000