Files
hdk-boilerplate/scripts/unix/build-image.sh
2021-11-30 13:20:54 +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