Merge commit '1392bd3a96045302b60d845a90901a4b2234c475' as 'seatmap-webapi'
This commit is contained in:
10
seatmap-webapi/docker/build_all.sh
Executable file
10
seatmap-webapi/docker/build_all.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
FILES=*
|
||||
|
||||
for f in $FILES
|
||||
do
|
||||
if [[ -d "$f" ]]
|
||||
then
|
||||
docker build "$f" -t "php-crud-api:$f"
|
||||
fi
|
||||
done
|
||||
Reference in New Issue
Block a user