Skip to content

Commit

Permalink
添加check_remove脚本执行权限
Browse files Browse the repository at this point in the history
  • Loading branch information
anyachuan committed Oct 22, 2024
1 parent 8bf61c7 commit 1bb52a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN mkdir /etc/${AppName}
RUN cp /${AppName}/${AppName}.yml.tpl /etc/${AppName}/${AppName}.yml && cp /${AppName}/config.yml.tpl /etc/${AppName}/config.yml
RUN chmod 777 /${AppName}/start.sh && chmod 777 /${AppName}/join.sh && chmod 777 /${AppName}/leave.sh
ADD check_remove.sh /apinto/check_remove.sh
RUN chmod 777 /apinto/check_remove.sh

ADD jq /usr/local/bin/jq

Expand Down

0 comments on commit 1bb52a2

Please sign in to comment.