更新 Dockerfile
BuildImage / build-image (push) Failing after 36s Details

This commit is contained in:
李寻欢 2024-01-15 14:21:54 +08:00
parent 58f25c8cd5
commit 6c23472102
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ COPY install-wechat.sh install-wechat.sh
RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && \
sleep 10 && \
sudo chown app:app WeChatSetup.exe && \
sudo chown app:app install-wechat.sh && \
./install-wechat.sh && \
rm -rf WeChatSetup.exe && \
rm -rf install-wechat.sh