Files
hdk-core/scripts/build-image.sh

9 lines
234 B
Bash
Raw Normal View History

2022-12-19 17:20:04 +08:00
#!/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