Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cylind committed Nov 15, 2023
1 parent d29b538 commit 2c16147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ENV WSPATH=/ws-ss-gost
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/gost-plugin -O /usr/local/bin/gost-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/gost-plugin -O /usr/local/bin/gost-plugin && \
chmod a+x /opt/entrypoint.sh /usr/local/bin/ssserver /usr/local/bin/gost-plugin

EXPOSE 3000
Expand Down

0 comments on commit 2c16147

Please sign in to comment.