We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fead1c3 + 8076ab2 commit b81122bCopy full SHA for b81122b
Dockerfile
@@ -15,7 +15,8 @@ ENV GITLAB_VERSION=${VERSION} \
15
GITLAB_LOG_DIR="/var/log/gitlab" \
16
GITLAB_CACHE_DIR="/etc/docker-gitlab" \
17
RAILS_ENV=production \
18
- NODE_ENV=production
+ NODE_ENV=production \
19
+ NO_SOURCEMAPS=true
20
21
ENV GITLAB_INSTALL_DIR="${GITLAB_HOME}/gitlab" \
22
GITLAB_SHELL_INSTALL_DIR="${GITLAB_HOME}/gitlab-shell" \
0 commit comments