#!/usr/bin/env bash
# docker rebuild and bundle install
# updates Gemfile.lock
docker-compose down
docker-compose build
docker-compose run web bundle install