This commit is contained in:
parent
58f25c8cd5
commit
6c23472102
@ -18,6 +18,7 @@ COPY install-wechat.sh install-wechat.sh
|
|||||||
RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && \
|
RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && \
|
||||||
sleep 10 && \
|
sleep 10 && \
|
||||||
sudo chown app:app WeChatSetup.exe && \
|
sudo chown app:app WeChatSetup.exe && \
|
||||||
|
sudo chown app:app install-wechat.sh && \
|
||||||
./install-wechat.sh && \
|
./install-wechat.sh && \
|
||||||
rm -rf WeChatSetup.exe && \
|
rm -rf WeChatSetup.exe && \
|
||||||
rm -rf install-wechat.sh
|
rm -rf install-wechat.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user