From 2080d6546d1bf4b7376c04329247f9124a6aa0a7 Mon Sep 17 00:00:00 2001 From: Recolic <git@me.recolic.net> Date: Wed, 23 Aug 2023 17:05:11 -0700 Subject: [PATCH] rpi script --- Dockerfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0db4caf..d0e3a5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,9 @@ workdir /src run curl https://ipinfo.io/ip > /tmp/myip run echo "<h2>PLease set DNS:</h2>" >> /src/_a_help.html -run echo "<h2>getwashconnect.com $(cat /tmp/myip)</h2>" >> /src/_a_help.html -run echo "<h2>us-central1-washmobilepay.cloudfunctions.net $(cat /tmp/myip)</h2>" >> /src/_a_help.html -run echo "<h2>o424104.ingest.sentry.io $(cat /tmp/myip)</h2>" >> /src/_a_help.html -cmd bash -c "echo -e 'python3 -m http.server & \n python3 httpd-standalone-ssl.py' | bash" +run echo "<h2>getwashconnect.com</h2>" >> /src/_a_help.html +run echo "<h2>us-central1-washmobilepay.cloudfunctions.net</h2>" >> /src/_a_help.html +run echo "<h2>o424104.ingest.sentry.io</h2>" >> /src/_a_help.html +run echo "<h2>TO:</h2>" >> /src/_a_help.html +cmd bash -c "echo -e 'echo \"<h2>$(curl https://ipinfo.io/ip)</h2>\" >> /src/_a_help.html \n python3 -m http.server & \n python3 httpd-standalone-ssl.py' | bash" -- GitLab