1
0
mirror of https://github.com/stucki/docker-lineageos synced 2025-01-09 17:39:47 -05:00

Print a message before building the image

This commit is contained in:
Michael Stucki 2014-07-19 00:35:34 +02:00
parent 489818b663
commit b0c7f5c2a9

1
run.sh
View File

@ -18,6 +18,7 @@ if [ $? -ne 0 ]; then
echo "docker command not found"
exit $?
elif [[ -z $IMAGE_EXISTS ]]; then
echo "Building Docker image $REPOSITORY..."
docker build --no-cache --rm -t $REPOSITORY .
fi