Skip to content
Snippets Groups Projects
Commit f3ce9322 authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Fix #631 - Docker-deployed streaming API wasn't launched with the right environment

parent 63886bdc
No related branches found
No related tags found
No related merge requests found
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 -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment