From 83077aab52243e4e3549cd362a04f92a063ef401 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Thu, 14 Nov 2019 14:51:28 +0100
Subject: [PATCH] Reword comments to use the app name as seldomly as possible.

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 663a7cf8b..32bf80c09 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ ENV PIP_DEFAULT_TIMEOUT 100
 ENV PIP_DISABLE_PIP_VERSION_CHECK 1
 ENV PIP_NO_CACHE_DIR 1
 
-# Configure BiscuIT settings for build and runtime
+# Configure app settings for build and runtime
 ENV BISCUIT_static__root /srv/static
 ENV BISCUIT_media__root /srv/media
 
@@ -56,7 +56,7 @@ RUN apt-get remove --purge -y \
     apt-get clean -y; \
     rm -f /var/lib/apt/lists/*_*
 
-# Mark /etc/biscuit as coming from the host
+# Mark configuration as mountableg from the host
 VOLUME /etc/biscuit
 
 # Define entrypoint and gunicorn running on port 8000
-- 
GitLab