This makes it simpler to manage by using the default name. It also helps my editor to recognise the file and highlight it properly.
5 lines
145 B
Bash
Executable File
5 lines
145 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Uses --no-cache to always get the latest upstream (security) upgrades.
|
|
exec docker build --no-cache "$@" -t pillar_base .
|