mirror of
https://github.com/goharbor/harbor
synced 2025-04-18 17:54:34 +00:00
6 lines
67 B
Bash
6 lines
67 B
Bash
#!/bin/bash
|
|
rm -rf dist/*
|
|
ng build
|
|
cp index.html dist/index.html
|
|
|