Browse Source

build(docker): Remove redundant SENTRY_FILESTORE_DIR assignment (#16843)

This is a leftover from #16353
Burak Yigit Kaya 5 years ago
parent
commit
d47e4ce1c3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      docker/Dockerfile

+ 0 - 1
docker/Dockerfile

@@ -103,7 +103,6 @@ ENV PIP_NO_CACHE_DIR=off \
     PIP_DISABLE_PIP_VERSION_CHECK=1 \
     # Sentry config params
     SENTRY_CONF=/etc/sentry \
-    SENTRY_FILESTORE_DIR=/var/lib/sentry/files \
     # Disable some unused uWSGI features, saving dependencies
     # Thank to https://stackoverflow.com/a/25260588/90297
     UWSGI_PROFILE_OVERRIDE=ssl=false;xml=false;routing=false \