lib/orchestration/templates/Dockerfile.tt in orchestration-0.2.1 vs lib/orchestration/templates/Dockerfile.tt in orchestration-0.2.2
- old
+ new
@@ -4,8 +4,8 @@
&& apt-get install -y node.js \
&& gem install bundler \
&& mkdir /application
WORKDIR /application
COPY Gemfile Gemfile.lock ./
-RUN bundle install --deployment --without development test
+RUN bundle install --deployment
ADD .build/context.tar.gz .
-CMD ["bundle", "exec", "rails", "server", "-p", "3000"]
+CMD ["bundle", "exec", "rails", "server", "-p", "3000", "-b", "0.0.0.0"]