From 5078e8aaad4834c4da6f3fc9a0efd29872eda2dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Fri, 19 Jul 2024 11:35:13 +0800 Subject: [PATCH] fix: error --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4683159..35e85e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/napcat.mjs');})();" /opt/QQ/resources/app/app_launcher/index.js && \ + sed -i "1i\(async () => {await import('file:///usr/src/app/napcat//napcat/napcat.mjs');})();" /opt/QQ/resources/app/app_launcher/index.js VOLUME /usr/src/app/napcat/config VOLUME /root/.config/QQ