Remove Docker config, use heroku local instead

This commit is contained in:
Michael Jackson
2018-12-20 19:50:30 -08:00
parent 961ea49ac4
commit db615e29fe
4 changed files with 1 additions and 60 deletions

View File

@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"start": "docker-compose up",
"start": "heroku local",
"build": "NODE_ENV=production webpack -p --json > stats.json",
"lint": "eslint modules",
"test": "jest"