Files
blender-cloud/docker/4_run/build.sh
Sybren A. Stüvel 8df67bfeb5 After building the image, tell the user the image name
This makes pushing easier, as you can copy-paste the name into the push
command.
2017-09-12 12:10:32 +02:00

6 lines
134 B
Bash
Executable File

#!/bin/bash -e
docker build -t armadillica/blender_cloud:latest -f run.docker .
echo "Done, built armadillica/blender_cloud:latest"