Initial commit

This commit is contained in:
2026-07-06 06:53:19 +00:00
commit ae1f0477a2
13 changed files with 80 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "myapp",
"version": "1.0.0",
"description": "Docker demo",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {}
}