README.md 156 B

普通部署

go build -o

todo docker部署

  1. 创建Dockerfile
  2. 创建镜像 docker build . -t web_server:v20240311
  3. 启动容器 docker run -itd