dockerfile

This commit is contained in:
wangchuxiao
2023-06-16 13:20:45 +08:00
parent b372451a76
commit 94724ca443
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ do
make build
image="${repository}/${image_names[${i}]}:$version"
echo ${image}
docker build -t $image . -f ${path}/deploy.Dockerfile
docker build -t $image . -f ./deploy.Dockerfile
echo "build ${image} success"
docker push ${image}
echo "push ${image} success"