data_importer/bin/docker_rebuild.sh

5 lines
118 B
Bash
Executable file

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