Skip to content

Commit

Permalink
fix: 修复circleci编译权限问题
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderYe committed Apr 1, 2022
1 parent a58f730 commit 9706fcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dnf-server/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ rm -rf lib/libGeoIP.so.1
cp -r /home/template/neople /home/template/neople-tmp
cp -r /home/template/root /home/template/root-tmp

# 配置权限
chmod +x /home/template/init/init.sh && chmod +x /root/

# 检查/data
/home/template/init/init.sh

Expand Down

0 comments on commit 9706fcb

Please sign in to comment.