Skip to content

Commit 499090d

Browse files
committed
docker buildx
1 parent 1c5a78e commit 499090d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build_all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ for f in $FILES
55
do
66
if [[ -d "$f" ]]
77
then
8-
docker build "$f" -t "php-crud-api:$f"
8+
docker buildx build "$f" -t "php-crud-api:$f"
99
fi
1010
done

0 commit comments

Comments
 (0)