organization

This commit is contained in:
wangchuxiao
2022-05-17 20:18:12 +08:00
parent 6ea6a61e90
commit e2f8156a4d
3 changed files with 47 additions and 5 deletions
+9 -2
View File
@@ -23,6 +23,13 @@
# ../cmd/open_im_demo/
#)
#
dockerfile_list=pwd
dockerfile_list=$(ls ../dockerfiles/)
echo ${dockerfile_list}
for dockerfile in $dockerfile_list
do
echo "start to build images" $dockerfile
docker build -t $image . -f ${dockerfile}
echo "build ${dockerfile} ok"
done
echo ${#dockerfile_list[*]}
docker build -t $image . -f deploy.Dockerfile