发布静态资源
-
打包
./build.sh
打包后的可执行程序在 dist 目录
-
解压
unzip dist/static.zip -d /some/path/static
-
运行
cd /some/path/static ./bin/startup.sh
默认 12345 端口。
-
关闭
cd /some/path/static ./bin/shutdown.sh
go run cmd/static/main.go -addr :12345
docker build -t static .
docker run --name static -p 12345:12345 -d static
上传静态资源 ZIP 到平台
浏览静态资源