# TODO: ruby-sqlite3 is the sqlite3 gem, however, the paths must be wrong
RUN bundle install --gemfile=/BikeBinder/Gemfile
RUN bundle install --gemfile=/BikeBinder/Gemfile
# TODO: bundle exec rake secret / there is config.secret_key = ENV["DEVISE_SECRET_KEY"] .. need to find a way to pass output to rake, rather than using a set secret
# However, this needs to be done during the docker run: export DEVISE_SECRET_KEY=`bundle exec rake secret`