diff options
author | Eugen <eugen@zeonfederated.com> | 2017-02-13 23:10:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-13 23:10:11 +0100 |
commit | f3ce9322b0d4cbb5cc9038378e26d26785761ce9 (patch) | |
tree | 2d373497d344b7c27f337023055c841e5ba725e5 /Dockerfile | |
parent | 63886bdc5976ee72df168053352899174095335a (diff) |
Fix #631 - Docker-deployed streaming API wasn't launched with the right environment
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile index dfc0ad5b7..1f95f4f49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM ruby:2.3.1 ENV RAILS_ENV=production +ENV NODE_ENV=production RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main contrib non-free' >> /etc/apt/sources.list RUN curl -sL https://deb.nodesource.com/setup_4.x | bash - |