Fixed incorrect AI autocomplete.
This commit is contained in:
2
build.sh
2
build.sh
@@ -48,7 +48,7 @@ else
|
||||
fi
|
||||
|
||||
echo "Effective command line arguments:" ${ARCH[@]} ${VERSION_ARG[@]} ${TAG_ARGS[@]}
|
||||
if command -v dockerd &> /dev/null; then
|
||||
if command -v docker &> /dev/null; then
|
||||
docker build "${ARCH[@]}" "${VERSION_ARG[@]}" "${TAG_ARGS[@]}" .
|
||||
elif command -v container &> /dev/null; then
|
||||
container build "${ARCH[@]}" "${VERSION_ARG[@]}" "${TAG_ARGS[@]}" .
|
||||
|
||||
Reference in New Issue
Block a user