ch07s02 add application for GE

This commit is contained in:
Ivan Chavero
2019-07-16 01:25:16 -05:00
parent 4463a8bae2
commit 00990345b6
2 changed files with 85 additions and 0 deletions

14
probes/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "probes",
"version": "1.0.0",
"description": "A simple Node.js app to demonstrate readiness and liveness probes",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"author": "Red Hat Training",
"license": "ASL",
"dependencies": {
"express": "4.14.x"
}
}