Revert "Merge branch 'lash/verify-cache' into lash/bloxberg-seeding"

This reverts commit 99b0fb5aed, reversing
changes made to 58e766aa58.
This commit is contained in:
nolash
2021-11-04 06:08:16 +01:00
parent 99b0fb5aed
commit 6b3699471b
16 changed files with 78 additions and 98 deletions

View File

@@ -18,6 +18,11 @@ COPY . .
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/ /usr/local/etc/cic-cache/
# for db migrations
COPY ./aux/wait-for-it/wait-for-it.sh ./
COPY cic_cache/db/migrations/ /usr/local/share/cic-cache/alembic/