mirror of
https://github.com/goharbor/harbor
synced 2025-04-19 12:38:03 +00:00
8 lines
133 B
Bash
8 lines
133 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
/home/clair/install_cert.sh
|
|
/home/clair/dumb-init -- /home/clair/clair -config /etc/clair/config.yaml $*
|
|
|
|
set +e
|