This makes pushing easier, as you can copy-paste the name into the push command.
6 lines
134 B
Bash
Executable File
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"
|