From f4b446f54c2920b2191c97cefe8a1eda0e2f1716 Mon Sep 17 00:00:00 2001 From: ich777 Date: Thu, 29 Dec 2022 09:23:40 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9EDockerfile=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0c66d9..9b403eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN export TZ=Europe/Rome && \ echo "ja_JP.UTF-8 UTF-8" >> /etc/locale.gen && \ locale-gen && \ rm -rf /var/lib/apt/lists/* && \ - sed -i '/ document.title =/c\ document.title = "Tor - noVNC";' /usr/share/novnc/app/ui.js && \ + sed -i '/ document.title =/c\ document.title = "Tor Browser - noVNC";' /usr/share/novnc/app/ui.js && \ rm /usr/share/novnc/app/images/icons/* ENV DATA_DIR=/torbrowser