docker login
This commit is contained in:
+5
-2
@@ -35,13 +35,16 @@ retry() {
|
|||||||
# MAIN
|
# MAIN
|
||||||
################################################################################
|
################################################################################
|
||||||
if [ "$1" == "product" ]; then
|
if [ "$1" == "product" ]; then
|
||||||
start_services
|
#start_services
|
||||||
|
docker login -u="admin" -p="may12002" registry.simbrellang.net
|
||||||
|
retry docker pull registry.simbrellang.net/digifi/banktoproductcore:test
|
||||||
cd ../product || handle_error "Failed to enter 'product' directory"
|
cd ../product || handle_error "Failed to enter 'product' directory"
|
||||||
log "Start client in dev mode"
|
log "Start client in dev mode"
|
||||||
|
|
||||||
retry docker compose up -d --build
|
retry docker compose up -d --build
|
||||||
|
|
||||||
elif [ "$1" == "helper" ]; then
|
elif [ "$1" == "helper" ]; then
|
||||||
start_services
|
#tart_services
|
||||||
cd ../client || handle_error "Failed to enter 'client' directory"
|
cd ../client || handle_error "Failed to enter 'client' directory"
|
||||||
log "Start client in test mode"
|
log "Start client in test mode"
|
||||||
npm run start:static
|
npm run start:static
|
||||||
|
|||||||
Reference in New Issue
Block a user