Files
hdk-boilerplate/scripts/unix/build-image.sh

9 lines
234 B
Bash
Raw Normal View History

2021-11-29 16:48:20 +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