mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2026-01-24 06:41:15 +00:00
fix: Add dockerignore file to clean up each ci build
This commit is contained in:
@@ -4,5 +4,6 @@ set -e
|
||||
source $(dirname $0)/version
|
||||
cd "$(dirname $0)/.."
|
||||
|
||||
docker build -f package/Dockerfile -t "cnrancher/kube-explorer:$VERSION" .
|
||||
cp dist/* package/
|
||||
docker build -f package/Dockerfile -t "cnrancher/kube-explorer:$VERSION" package
|
||||
|
||||
|
||||
Reference in New Issue
Block a user