Files
hdk-core/scripts/build-image.sh
2022-12-19 17:58:02 +08:00

9 lines
234 B
Bash
Executable File

#!/usr/bin/env sh
docker login harbor.luxcreo.cn -u php -p fTr6oVvqqdzVlYgnZhRPPAP54u7SmqGA
image_name=harbor.luxcreo.cn/php/composer-template
docker build --tag $image_name .
#docker push $image_name
#docker push ${image_name}-dev