Revert "Another attempt at config files, dockerfile change"

This reverts commit 9d3f8bf1e3.
This commit is contained in:
nolash 2021-10-09 17:22:23 +02:00
parent 9d3f8bf1e3
commit 159fd07d63
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RUN python setup.py install
# ini files in config directory defines the configurable parameters for the application
# they can all be overridden by environment variables
# to generate a list of environment variables from configuration, use: confini-dump -z <dir> (executable provided by confini package)
COPY config/ .
COPY config/ /usr/local/etc/cic-cache/
# for db migrations
RUN git clone https://github.com/vishnubob/wait-for-it.git /usr/local/bin/wait-for-it/