mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 01:59:44 +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"
|