aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 994b8ee49..1a75e5669 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,7 +24,7 @@ RUN pipenv install --system --deploy
# Define Git SHA build argument
ARG git_sha="development"
-# Set Git SHA environment variable here to enable caching
+# Set Git SHA environment variable for Sentry
ENV GIT_SHA=$git_sha
# Copy the source code in last to optimize rebuilding the image