Added Dockerfile

This commit is contained in:
2022-10-31 02:05:05 +03:00
parent a7d519ccb9
commit 091d6c8d46
4 changed files with 19 additions and 3 deletions

View File

@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js"
"dev": "nodemon index.js",
"start": "node index.js"
},
"author": "Anatoly Kopyl",
"license": "ISC",