mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-16 19:38:26 +00:00
3 lines
114 B
Bash
3 lines
114 B
Bash
# A convenience script to build a docker file locally
|
|
docker build -f docker/Dockerfile --tag local/dhub-ingest .
|