Squashed 'seatmap-webapi/' content from commit 02d4bf7
git-subtree-dir: seatmap-webapi git-subtree-split: 02d4bf7404b8fcb788502ca45c813946b6c4f5b9
This commit is contained in:
12
docker/run_all.sh
Executable file
12
docker/run_all.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
FILES=*
|
||||
|
||||
for f in $FILES
|
||||
do
|
||||
if [[ -d "$f" ]]
|
||||
then
|
||||
dir=$(readlink -f ..)
|
||||
docker rm "php-crud-api_$f" > /dev/null 2>&1
|
||||
docker run -ti -v $dir:/php-crud-api --name "php-crud-api_$f" "php-crud-api:$f"
|
||||
fi
|
||||
done
|
||||
Reference in New Issue
Block a user