mirror of
https://github.com/goharbor/harbor.git
synced 2024-10-31 23:59:32 +01:00
10 lines
164 B
Bash
Executable File
10 lines
164 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cp tests/docker-compose.test.yml Deploy/.
|
|
|
|
mkdir /etc/ui
|
|
cp Deploy/config/ui/private_key.pem /etc/ui/.
|
|
|
|
mkdir conf
|
|
cp Deploy/config/ui/app.conf conf/.
|