mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-19 06:30:12 +08:00
fix
This commit is contained in:
parent
e940f45778
commit
375c998901
@ -9,7 +9,7 @@ RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
|
||||
curl -o linuxqq.deb https://dldir1.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.10_240715_${arch}_01.deb && \
|
||||
dpkg -i --force-depends linuxqq.deb && rm linuxqq.deb && \
|
||||
chmod +x entrypoint.sh && \
|
||||
sed -i "1i\(async () => {await import('file:///usr/src/app/napcat/napcat.mjs');})();" /opt/QQ/resources/app/app_launcher/index.js
|
||||
echo "(async () => {await import('file:///usr/src/app/napcat/napcat.mjs');})();" > /opt/QQ/resources/app/app_launcher/index.js
|
||||
VOLUME /usr/src/app/napcat/config
|
||||
VOLUME /root/.config/QQ
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user