#36 Persist auth token to ~/.ngrok2/ngrok.yml instead of appending it to command line args

This commit is contained in:
Andrii Abramov 2019-03-24 17:28:53 +02:00 committed by Werner Beroux
parent eb71dd48a0
commit aa0a09bc7f
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ RUN set -x \
&& adduser -h /home/ngrok -D -u 6737 ngrok
# Add config script.
COPY ngrok.yml /home/ngrok/.ngrok2/
COPY --chown=ngrok ngrok.yml /home/ngrok/.ngrok2/
COPY entrypoint.sh /
USER ngrok

View File

@ -12,7 +12,7 @@ RUN set -x \
&& adduser -h /home/ngrok -D -u 6737 ngrok
# Add config script.
COPY ngrok.yml /home/ngrok/.ngrok2/
COPY --chown=ngrok ngrok.yml /home/ngrok/.ngrok2/
COPY entrypoint.sh /
RUN [ "cross-build-end" ]

View File

@ -33,7 +33,7 @@ fi
# Set the authorization token.
if [ -n "$NGROK_AUTH" ]; then
ARGS="$ARGS -authtoken=$NGROK_AUTH "
echo "authtoken: $NGROK_AUTH" >> ~/.ngrok2/ngrok.yml
fi
# Set the subdomain or hostname, depending on which is set