@@ -13,5 +13,5 @@ EXPOSE 8000
RUN npm install -g nodemon
-CMD npm install && nodejs index.js
+CMD npm install && nodemon index.js
@@ -101,4 +101,4 @@ app.all('/query', function (req, res) {
app.listen(8000);
-console.log("Server is listening to port 8000");
+console.log("Server is listening to port 8000");
@@ -10,7 +10,8 @@
"mongodb": "^2.2.29",
"morgan": "^1.8.1",
"mysql": "^2.13.0",
- "nodemon": "^1.11.0"
+ "nodemon": "^1.11.0",
+ "request": "2.81.0"
},
"devDependencies": {},
"scripts": {