summaryrefslogtreecommitdiffstats
path: root/docker/build.sh
blob: dc4156614d21d0426e3b792d758b287514599847 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e
cd "$(dirname "$0")"

docker build . -t idevicerestore-docker --no-cache

echo "You can now use 'run.sh --latest' to run the restore."