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

This commit is contained in:
nolash
2021-11-04 04:26:50 +01:00
16 changed files with 98 additions and 78 deletions

View File

@@ -18,11 +18,6 @@ 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/