mirror of
http://124.126.16.154:8888/singularity/composer-template.git
synced 2026-01-15 00:35:08 +08:00
9 lines
232 B
Bash
Executable File
9 lines
232 B
Bash
Executable File
#!/usr/bin/env sh
|
|
docker login harbor.luxcreo.cn -u php -p fTr6oVvqqdzVlYgnZhRPPAP54u7SmqGA
|
|
|
|
image_name=harbor.luxcreo.cn/php/hdk-boilerplate
|
|
docker build --tag $image_name .
|
|
|
|
#docker push $image_name
|
|
#docker push ${image_name}-dev
|