v1.2.9 Refactored the chatGPT detection method.

This commit is contained in:
fscarmen
2024-12-26 16:29:05 +00:00
parent fd7ede0255
commit 2415986d18
4 changed files with 62 additions and 27 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ COPY --from=openssl /cert.pem /sing-box/cert/cert.pem
COPY docker_init.sh /sing-box/init.sh
RUN set -ex &&\
apk add --no-cache supervisor nginx bash &&\
apk add --no-cache supervisor wget nginx bash &&\
mkdir -p /sing-box/conf /sing-box/subscribe /sing-box/logs &&\
chmod +x /sing-box/init.sh &&\
rm -rf /var/cache/apk/*