Fix #631 - Docker-deployed streaming API wasn't launched with the right environment
This commit is contained in:
parent
63886bdc59
commit
f3ce9322b0
@ -1,6 +1,7 @@
|
|||||||
FROM ruby:2.3.1
|
FROM ruby:2.3.1
|
||||||
|
|
||||||
ENV RAILS_ENV=production
|
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 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 -
|
RUN curl -sL https://deb.nodesource.com/setup_4.x | bash -
|
||||||
|
Loading…
Reference in New Issue
Block a user