data_importer/bin/docker_rebuild.sh

6 lines
118 B
Bash
Raw Normal View History

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