mirror of
https://github.com/fscarmen/sing-box.git
synced 2026-08-10 17:55:16 +08:00
v1.2.9 Refactored the chatGPT detection method.
This commit is contained in:
+1
-1
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user