fix the warning of secret_key for devise

This commit is contained in:
Daniel
2017-11-15 08:10:14 -06:00
parent 46e22dbefc
commit a715df3431
3 changed files with 5 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ RUN apt-get update -qq && apt-get install -y build-essential libpq-dev postgresq
# Define where our application will live inside the image
ENV RAILS_ROOT /var/www/consul
@@ -22,6 +23,8 @@ COPY Gemfile Gemfile
COPY Gemfile.lock Gemfile.lock
COPY Gemfile_custom Gemfile_custom
# Prevent bundler warnings; ensure that the bundler version executed is >= that which created Gemfile.lock
RUN gem install bundler