File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,8 @@ exec_as_git cp ${GITLAB_INSTALL_DIR}/config/gitlab.yml.example ${GITLAB_INSTALL_
193
193
# Temporary workaround, see <https://github.com/sameersbn/docker-gitlab/pull/2596>
194
194
#
195
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
196
+ cp ${GITLAB_BUILD_DIR} /config/database.yml.postgresql ${GITLAB_INSTALL_DIR} /config/database.yml
197
+ chown ${GITLAB_USER} : ${GITLAB_INSTALL_DIR} /config/database.yml
197
198
198
199
# Installs nodejs packages required to compile webpack
199
200
exec_as_git yarn install --production --pure-lockfile
You can’t perform that action at this time.
0 commit comments