We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3d237b + 029186d commit b246586Copy full SHA for b246586
1 file changed
assets/build/install.sh
@@ -193,7 +193,8 @@ exec_as_git cp ${GITLAB_INSTALL_DIR}/config/gitlab.yml.example ${GITLAB_INSTALL_
193
# Temporary workaround, see <https://github.com/sameersbn/docker-gitlab/pull/2596>
194
#
195
# exec_as_git cp ${GITLAB_INSTALL_DIR}/config/database.yml.postgresql ${GITLAB_INSTALL_DIR}/config/database.yml
196
-exec_as_git cp ${GITLAB_BUILD_DIR}/config/database.yml.postgresql ${GITLAB_INSTALL_DIR}/config/database.yml
+cp ${GITLAB_BUILD_DIR}/config/database.yml.postgresql ${GITLAB_INSTALL_DIR}/config/database.yml
197
+chown ${GITLAB_USER}: ${GITLAB_INSTALL_DIR}/config/database.yml
198
199
# Installs nodejs packages required to compile webpack
200
exec_as_git yarn install --production --pure-lockfile
0 commit comments