Added initial dockerfile

This commit is contained in:
Wyatt Johnson
2016-11-01 08:42:09 -06:00
parent 3836aa587e
commit 3c3d0640cf
3 changed files with 28 additions and 3 deletions
+3 -3
View File
@@ -2,9 +2,9 @@
"name": "talk",
"version": "0.0.1",
"description": "A commenting platform from The Coral Project. https://coralproject.net",
"main": "server/app.js",
"main": "./server/bin/www",
"scripts": {
"test": "npm test"
"start": "./server/bin/www"
},
"repository": {
"type": "git",
@@ -17,7 +17,7 @@
"ask"
],
"author": "",
"license": "ISC",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/coralproject/talk/issues"
},