Skip to content

Commit

Permalink
feat:修复构建脚本权限问题 (#16)
Browse files Browse the repository at this point in the history
* feat:调整构建脚本,删除nginx代码

* 使用rm -f防止删除失败

* feat; 无需执行清理逻辑

* feat: 修改nginx限流的问题

* feat: 重新编写readme

* feat: 支持容器镜像的构建

* feat:修复脚本权限的问题
  • Loading branch information
andrewshan authored Aug 31, 2022
1 parent e2b9bfe commit f0a291b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
DOCKER_TAG: ${{ steps.get_version.outputs.VERSION }}
run: |
cd build
./build_docker.sh ${DOCKER_TAG}
bash build_docker.sh ${DOCKER_TAG}

0 comments on commit f0a291b

Please sign in to comment.