"backend/internal/vscode:/vscode.git/clone" did not exist on "7ebca553ef80c910e8ab0d0cb1b8ff30dbbc7c12"
Commit 57db688d authored by yangjianbo's avatar yangjianbo
Browse files

feat:增加一个快捷的build docker镜像的脚本,用于本地测试

parent 9d1d608f
#!/bin/bash
# 本地构建镜像的快速脚本,避免在命令行反复输入构建参数。
docker build -t sub2api:latest \
--build-arg GOPROXY=https://goproxy.cn,direct \
--build-arg GOSUMDB=sum.golang.google.cn \
-f Dockerfile \
.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment