mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-03 01:00:08 +01:00
10 lines
172 B
Bash
Executable File
10 lines
172 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cp tests/docker-compose.test.yml make/.
|
|
|
|
mkdir /etc/ui
|
|
cp make/common/config/ui/private_key.pem /etc/ui/.
|
|
|
|
mkdir conf
|
|
cp make/common/config/ui/app.conf conf/.
|