feat(docker): implemented dbimport (#13308)

## Changes Proposed:

- Implemented dbimport with docker
- deprecated db_assembler
- Fixed deno scripts and integrated them with the CI
This commit is contained in:
Yehonal 2022-10-05 13:15:42 +02:00 committed by GitHub
parent 00eea376f1
commit e189caeb76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 181 additions and 165 deletions

View file

@ -1,4 +1,4 @@
DENO_MIN_VERSION="1.9.1"
DENO_MIN_VERSION="1.26.0"
function denoInstall() {