mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-06 10:44:36 +01:00
6 lines
67 B
Bash
6 lines
67 B
Bash
#!/bin/bash
|
|
rm -rf dist/*
|
|
ng build
|
|
cp index.html dist/index.html
|
|
|