first test with docker

This commit is contained in:
lesion
2019-03-05 00:19:13 +01:00
parent 91579e56dd
commit e10e081563
14 changed files with 106 additions and 95 deletions

View File

@@ -2,8 +2,8 @@
"name": "gancio",
"main": "server.js",
"scripts": {
"serve": "NODE_ENV=production PORT=9000 nodemon server.js",
"dev": "NODE_ENV=development PORT=9000 nodemon server.js"
"serve": "NODE_ENV=production nodemon server.js",
"dev": "NODE_ENV=development nodemon server.js"
},
"dependencies": {
"bcrypt": "^3.0.2",
@@ -18,6 +18,7 @@
"morgan": "^1.7.0",
"multer": "^1.4.1",
"mysql2": "^1.6.4",
"pg": "^7.8.1",
"pug": "^2.0.3",
"sequelize": "^4.41.0",
"sqlite3": "^4.0.3"