ソースを参照

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

master
Eugen 7年前
committed by GitHub
コミット
f3ce9322b0
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      Dockerfile

+ 1
- 0
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 -


読み込み中…
キャンセル
保存