diff options
author | 2021-02-14 22:06:44 +0000 | |
---|---|---|
committer | 2021-02-14 22:06:44 +0000 | |
commit | 55f7e7085fe821b4af7e59e811148808a3a40738 (patch) | |
tree | 3af2123d23a6fbe6fbffbfe8d2e59912375e7607 | |
parent | Merge pull request #1418 from python-discord/ks123/docker-git-sha (diff) |
Update Dockerfile
-rw-r--r-- | Dockerfile | 2 |
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 |