We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5a78e commit 499090dCopy full SHA for 499090d
docker/build_all.sh
@@ -5,6 +5,6 @@ for f in $FILES
5
do
6
if [[ -d "$f" ]]
7
then
8
- docker build "$f" -t "php-crud-api:$f"
+ docker buildx build "$f" -t "php-crud-api:$f"
9
fi
10
done
0 commit comments