Run development server using Docker

This commit is contained in:
Michael Jackson
2018-06-14 11:20:07 -07:00
parent b0d205d9eb
commit 5c9c4f00e8
8 changed files with 78 additions and 55 deletions

View File

@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"start": "heroku local -f Procfile.dev",
"start": "echo 'Use `docker-compose up` to start the server",
"build": "NODE_ENV=production webpack -p --json > server/stats.json",
"lint": "eslint client && eslint server",
"test": "jest"
@ -68,9 +68,6 @@
"node": "8"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"__tests__/utils"
]
"testPathIgnorePatterns": ["/node_modules/", "__tests__/utils"]
}
}