mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2025-12-08 17:36:24 +00:00
disable compiling source map to reduce build time
30min -> 20min on my old PC, 20min -> 10min on my new PC
This commit is contained in:
parent
fead1c3d30
commit
8076ab27ec
@ -15,7 +15,8 @@ ENV GITLAB_VERSION=${VERSION} \
|
||||
GITLAB_LOG_DIR="/var/log/gitlab" \
|
||||
GITLAB_CACHE_DIR="/etc/docker-gitlab" \
|
||||
RAILS_ENV=production \
|
||||
NODE_ENV=production
|
||||
NODE_ENV=production \
|
||||
NO_SOURCEMAPS=true
|
||||
|
||||
ENV GITLAB_INSTALL_DIR="${GITLAB_HOME}/gitlab" \
|
||||
GITLAB_SHELL_INSTALL_DIR="${GITLAB_HOME}/gitlab-shell" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user