From 9fa0165e024bcebfbd6c31fbcfa3f155d4a4da5c Mon Sep 17 00:00:00 2001 From: cylind Date: Wed, 15 Nov 2023 23:03:45 +0800 Subject: [PATCH] typo --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b418411..c2fd0ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,8 @@ ENV WSPATH=/ws-ss-v2 ENV PASSWORD=PHKPixmEq6oAeQX5 ENV ENCRYPT_METHOD=chacha20-ietf-poly1305 -RUN wget https://github.com/cylind/nginx-ss/releases/latest/download/ssserver -O /usr/local/bin/ssserver && \ - wget https://github.com/cylind/nginx-ss/releases/latest/download/v2-plugin -O /usr/local/bin/v2-plugin && \ +RUN wget https://github.com/cylind/enginx/releases/latest/download/ssserver -O /usr/local/bin/ssserver && \ + wget https://github.com/cylind/enginx/releases/latest/download/v2-plugin -O /usr/local/bin/v2-plugin && \ chmod a+x /opt/entrypoint.sh /usr/local/bin/ssserver /usr/local/bin/v2-plugin EXPOSE 3000