Skip to content
Open

test #396

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions app-config/DO288-apps1.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {}
}
6 changes: 3 additions & 3 deletions app-config/package.json
Original file line number Diff line number Diff line change
@@ -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
}
}
Empty file added books/new file
Empty file.
1 change: 1 addition & 0 deletions container-build/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
Hello from the Apache child container!
</body>
</html>