Add root Dockerfile for deployment

هذا الالتزام موجود في:
2026-07-29 23:34:53 +03:00
الأصل 9896be5d9a
التزام 4946d19ea7
6 ملفات معدلة مع 358 إضافات و1 حذوفات

18
package.json Normal file
عرض الملف

@@ -0,0 +1,18 @@
{
"name": "nodeapp",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
},
"devDependencies": {
"nodemon": "^3.1.14"
}
}