From 8ec11c18e731e2cff9cceca5bf2d8d5e51ef5faf Mon Sep 17 00:00:00 2001 From: Anbarasanshan Date: Fri, 29 Dec 2023 17:32:39 +0530 Subject: [PATCH 1/2] test --- app-config/DO288-apps1.code-workspace | 8 ++++++++ app-config/package.json | 6 +++--- container-build/src/index.html | 1 + 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 app-config/DO288-apps1.code-workspace 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/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! + From 305999909f5bf99ec065c47146b2db393ff32fb8 Mon Sep 17 00:00:00 2001 From: Anbarasanshan Date: Fri, 29 Dec 2023 18:11:19 +0530 Subject: [PATCH 2/2] newfile --- books/new file | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 books/new file diff --git a/books/new file b/books/new file new file mode 100644 index 0000000000..e69de29bb2