diff --git a/app-config/DO288-apps1.code-workspace b/app-config/DO288-apps1.code-workspace new file mode 100644 index 0000000000..bab1b7f616 --- /dev/null +++ b/app-config/DO288-apps1.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": ".." + } + ], + "settings": {} +} \ No newline at end of file diff --git a/app-config/package.json b/app-config/package.json index 9bf05ca36d..e7c680a52b 100644 --- a/app-config/package.json +++ b/app-config/package.json @@ -1,14 +1,14 @@ { - "name": "node-configmap", + "name": "nodes-configmap", "version": "1.0.0", "description": "A simple Node.js app to demonstrate config maps and secrets", "main": "app.js", "scripts": { - "start": "node app.js" + "start": "nodes app.js" }, "author": "Red Hat Training", "license": "ASL", "dependencies": { - "express": "4.14.x" + "express": "4.14.x } } diff --git a/books/new file b/books/new file new file mode 100644 index 0000000000..e69de29bb2 diff --git a/container-build/src/index.html b/container-build/src/index.html index 005fcb52d9..8c1f2854f3 100644 --- a/container-build/src/index.html +++ b/container-build/src/index.html @@ -4,3 +4,4 @@ Hello from the Apache child container! +