Skip to content
Snippets Groups Projects
Commit c117ab1a authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

updates to latest

parent 340f7ad6
No related branches found
No related tags found
No related merge requests found
FROM rails:4.1
FROM rails
WORKDIR /usr/src/app
ENV DISCOURSE_VERSION=1.4.7 \
ENV DISCOURSE_VERSION=1.6.0.beta7 \
RAILS_ENV=production \
RUBY_GC_MALLOC_LIMIT=90000000 \
DISCOURSE_DB_HOST=postgres \
......@@ -18,4 +18,4 @@ RUN git clone --branch v${DISCOURSE_VERSION} https://github.com/discourse/discou
&& bundle install --deployment --without test --without development
EXPOSE 3000
CMD ["rails", "server"]
CMD ["bundle", "exec", "rails", "server", "-b", "0.0.0.0"]
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