aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-02-14 22:06:44 +0000
committerGravatar GitHub <[email protected]>2021-02-14 22:06:44 +0000
commit55f7e7085fe821b4af7e59e811148808a3a40738 (patch)
tree3af2123d23a6fbe6fbffbfe8d2e59912375e7607
parentMerge pull request #1418 from python-discord/ks123/docker-git-sha (diff)
Update Dockerfile
-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