mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-15 04:01:50 +00:00

- add "build" option to docker-compose file to simplify rebuilding of images - move command from docker-compose.yml to Dockerfile - add ingestion.sh script to simplify quickstart instruction and to reduce confusion
4 lines
132 B
Bash
Executable File
4 lines
132 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
cd $DIR && docker-compose -p datahub up --build |