mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-01 13:37:47 +01:00
ae257433cc
* Merge harbor db to postgres
3 lines
159 B
Bash
3 lines
159 B
Bash
#!/bin/sh
|
|
sudo -E -u \#10000 sh -c "/usr/bin/env && /migrations/migrate.sh && /bin/notary-signer -config=/etc/notary/signer-config.postgres.json -logf=logfmt"
|