containerizing
docker-compose.yml
0 → 100644
... | ... | @@ -5,7 +5,7 @@ |
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node server.js" | ||
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"body-parser": "^1.19.0", | ||
... | ... |
Please register or sign in to comment