Merge pull request #667 from claudijd/remove_prod_as_default_env

Make develop the default NODE_ENV
This commit is contained in:
Danny Coates 2017-12-08 13:11:11 -08:00 committed by GitHub
commit aa60e97d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -8,6 +8,5 @@ services:
- "1443:1443"
environment:
- REDIS_HOST=redis
- NODE_ENV=production
redis:
image: redis:alpine