This makes it simpler to manage by using the default name. It also helps my editor to recognise the file and highlight it properly.
6 lines
120 B
Bash
Executable File
6 lines
120 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
docker build -t armadillica/blender_cloud:latest .
|
|
|
|
echo "Done, built armadillica/blender_cloud:latest"
|