Skip to content
Snippets Groups Projects
Commit 2abbe000 authored by Alexander König's avatar Alexander König
Browse files

fixed problem with failing to initialize the DB, because the config file was in the way

parent 55ee6ac0
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@ RUN mkdir -p /docker-entrypoint-initdb.d
COPY commul-customization/init-dspace-dbs.sh /docker-entrypoint-initdb.d/
# copy over modified config file
COPY commul-customization/postgresql.conf /var/lib/postgresql/data/
COPY commul-customization/postgresql.conf /tmp/
COPY commul-customization/updateConfig.sh /docker-entrypoint-initdb.d/_updateConfig.sh
# copy utilities generating script
RUN mkdir /tmp/sql/
......
#!/usr/bin/env bash
cat /tmp/postgresql.conf > /var/lib/postgresql/data/postgresql.conf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment