mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-20 05:28:32 +00:00
6 lines
309 B
Bash
6 lines
309 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
# Runs the ingestion image using your locally built mce-cli. Gradle build must have been run before this script.
|
||
|
|
||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||
|
cd $DIR && COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose -f docker-compose.dev.yml -p datahub up
|