mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-01 21:33:11 +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 .
|