mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
🐋 fix(docker): replace auth-gen with gen-auth in Dockerfile and Dockerfile.edge
This commit is contained in:
@@ -56,7 +56,7 @@ COPY tools/status /usr/local/bin/status
|
||||
COPY tools/health /usr/local/bin/health
|
||||
COPY tools/fingerprint /usr/local/bin/fingerprint
|
||||
COPY tools/bridge-line /usr/local/bin/bridge-line
|
||||
COPY tools/auth-gen /usr/local/bin/auth-gen
|
||||
COPY tools/gen-auth /usr/local/bin/gen-auth
|
||||
|
||||
RUN set -eux \
|
||||
&& chmod +x /usr/local/bin/docker-entrypoint.sh \
|
||||
@@ -65,7 +65,7 @@ RUN set -eux \
|
||||
/usr/local/bin/health \
|
||||
/usr/local/bin/fingerprint \
|
||||
/usr/local/bin/bridge-line \
|
||||
/usr/local/bin/auth-gen \
|
||||
/usr/local/bin/gen-auth \
|
||||
&& echo "🧩 Registered diagnostic tools:" \
|
||||
&& ls -lh /usr/local/bin/status /usr/local/bin/health /usr/local/bin/fingerprint /usr/local/bin/bridge-line
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ COPY tools/status /usr/local/bin/status
|
||||
COPY tools/health /usr/local/bin/health
|
||||
COPY tools/fingerprint /usr/local/bin/fingerprint
|
||||
COPY tools/bridge-line /usr/local/bin/bridge-line
|
||||
COPY tools/auth-gen /usr/local/bin/auth-gen
|
||||
COPY tools/gen-auth /usr/local/bin/gen-auth
|
||||
|
||||
RUN set -eux \
|
||||
&& chmod +x /usr/local/bin/docker-entrypoint.sh \
|
||||
@@ -65,7 +65,7 @@ RUN set -eux \
|
||||
/usr/local/bin/health \
|
||||
/usr/local/bin/fingerprint \
|
||||
/usr/local/bin/bridge-line \
|
||||
/usr/local/bin/auth-gen \
|
||||
/usr/local/bin/gen-auth \
|
||||
&& echo "🧩 Registered diagnostic tools:" \
|
||||
&& ls -lh /usr/local/bin/status /usr/local/bin/health /usr/local/bin/fingerprint /usr/local/bin/bridge-line
|
||||
|
||||
|
||||
Reference in New Issue
Block a user