-
- Downloads
Initial commit by containerization
Showing
- Dockerfile 8 additions, 0 deletionsDockerfile
- Jenkinsfile 89 additions, 0 deletionsJenkinsfile
- Procfile 1 addition, 0 deletionsProcfile
- k8/deployment.yaml 19 additions, 0 deletionsk8/deployment.yaml
- k8/service.yaml 12 additions, 0 deletionsk8/service.yaml
- package.json 2 additions, 0 deletionspackage.json
Dockerfile
0 → 100644
Jenkinsfile
0 → 100644
Procfile
0 → 100644
k8/deployment.yaml
0 → 100644
k8/service.yaml
0 → 100644
... | @@ -3,6 +3,7 @@ | ... | @@ -3,6 +3,7 @@ |
"version": "0.1.0", | "version": "0.1.0", | ||
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
"sonarqube-scanner": "^3.0.1", | |||
"@testing-library/jest-dom": "^5.17.0", | "@testing-library/jest-dom": "^5.17.0", | ||
"@testing-library/react": "^13.4.0", | "@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | "@testing-library/user-event": "^13.5.0", | ||
... | @@ -13,6 +14,7 @@ | ... | @@ -13,6 +14,7 @@ |
"web-vitals": "^2.1.4" | "web-vitals": "^2.1.4" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"sonar": "node sonar-project.js", | |||
"start": "react-scripts start", | "start": "react-scripts start", | ||
"build": "react-scripts build", | "build": "react-scripts build", | ||
"test": "react-scripts test", | "test": "react-scripts test", | ||
... | ... |
Please register or sign in to comment