mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
- Updates `bn.js` from 4.12.0 to 4.12.3 - Updates `minimatch` from 3.1.2 to 3.1.5 - Updates `@angular/core` from 14.3.0 to 21.2.0 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| screenshots | ||
| src | ||
| .browserslistrc | ||
| .editorconfig | ||
| .gitignore | ||
| angular.json | ||
| Dockerfile | ||
| karma.conf.js | ||
| package.json | ||
| README.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||
local build
npm install npm start
k8s deployment Step-1 Prodction build ng build Step-2 Build docker image & tag docker build -t localhost:5000/frontend . Step-3 Push image to local registary docker push localhost:5000/frontend Step-4 deploy to k8s kubectl apply -f deployment.yaml -n test-network
Step-5 Navigate to frontend using below url https://frontend.localho.st/