8 lines
226 B
Bash
8 lines
226 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
docker pull harbor.devops.u.niu/bi/init:1.0.0
|
|
docker run -ti -v ./config:/data/config -v /etc/localtime:/etc/localtime -v /etc/timezone:/etc/timezone harbor.devops.u.niu/bi/init:1.0.0
|
|
|
|
docker compose up -d |