1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-11-08 20:22:45 +01:00

Make develop the default NODE_ENV

This commit is contained in:
Jonathan Claudius 2017-12-08 16:04:26 -05:00
parent 98ad058e2e
commit 4ae12db99c

View File

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