Add data seeding preparation step, rehabilitation of non-custodial seeding

This commit is contained in:
nolash
2021-10-17 18:05:00 +02:00
parent ea3c75e755
commit 677fb346fd
10 changed files with 119 additions and 54 deletions

View File

@@ -1,6 +1,6 @@
ARG DOCKER_REGISTRY="registry.gitlab.com/grassrootseconomics"
ARG DEV_DOCKER_REGISTRY="registry.gitlab.com/grassrootseconomics"
FROM $DOCKER_REGISTRY/cic-base-images:python-3.8.6-dev-55da5f4e
FROM $DEV_DOCKER_REGISTRY/cic-base-images:python-3.8.6-dev-55da5f4e
WORKDIR /root