data seeding waits on contract migration

This commit is contained in:
2021-08-06 17:30:41 -07:00
parent 430517ea35
commit 98687e6d56
4 changed files with 74 additions and 4 deletions

View File

@@ -20,5 +20,5 @@ RUN --mount=type=cache,mode=0755,target=/root/.cache/pip pip install \
--extra-index-url $EXTRA_INDEX_URL -r requirements.txt
COPY . .
RUN chmod +x scripts/*
ENTRYPOINT [ ]