Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 680 Bytes

File metadata and controls

29 lines (18 loc) · 680 Bytes

wecenter-dockerfile

WeCenter Docker Image with Mobile API

Include

Usage

Build Docker Image

git clone https://github.com/ZhangZhenghao/wecenter-dockerfile.git
cd wecenter-dockerfile
sudo docker build . -t='<your image name>'

Run image

sudo docker run -d -t -p 8000:80 <your image name>