Skip to content

Commit f0a291b

Browse files
authored
feat:修复构建脚本权限问题 (#16)
* feat:调整构建脚本,删除nginx代码 * 使用rm -f防止删除失败 * feat; 无需执行清理逻辑 * feat: 修改nginx限流的问题 * feat: 重新编写readme * feat: 支持容器镜像的构建 * feat:修复脚本权限的问题
1 parent e2b9bfe commit f0a291b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
DOCKER_TAG: ${{ steps.get_version.outputs.VERSION }}
3939
run: |
4040
cd build
41-
./build_docker.sh ${DOCKER_TAG}
41+
bash build_docker.sh ${DOCKER_TAG}

0 commit comments

Comments
 (0)