Page MenuHomeSoftware Heritage

build.sh
No OneTemporary

build.sh

#!/bin/bash
DOCKER_DIR="./docker"
if ! [ -d "$DOCKER_DIR" ] ; then
echo "can't find $DOCKER_DIR dir"
echo "are you running run/build.sh from swh-graph root directory?"
exit 1
fi
docker build --tag swh-graph docker/

File Metadata

Mime Type
text/x-shellscript
Expires
Jun 4 2025, 6:59 PM (11 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3238790

Event Timeline