added Dockerfile

This commit is contained in:
Danny Coates 2017-06-08 16:11:17 -07:00
parent 2bb0c7eb4b
commit 53f264e63b
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
7 changed files with 902 additions and 446 deletions

View file

@ -49,7 +49,7 @@
"lint:css": "stylelint 'public/*.css'",
"lint:html": "htmllint 'views/*.handlebars'",
"lint:js": "eslint .",
"start": "watchify frontend/src/main.js -o public/bundle.js -d | cross-env NODE_ENV=production node server/portal_server.js",
"start": "browserify frontend/src/main.js -o public/bundle.js -d | cross-env NODE_ENV=production node server/portal_server.js",
"test": "mocha"
}
}