xxxx
Some checks failed
ci / docker (push) Failing after 29s

This commit is contained in:
2025-11-06 18:04:28 +01:00
parent f524db719c
commit ee4af9589d
5 changed files with 83 additions and 3 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "helloworld-node-demo",
"version": "1.0.0",
"description": "Hello World for Docker Init",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}