data_importer/bin/docker_rebuild.sh

8 lines
159 B
Bash
Raw Normal View History

#!/usr/bin/env bash
# docker rebuild and bundle install
# updates Gemfile.lock
2022-04-04 13:18:03 -05:00
docker-compose down
docker-compose build
docker-compose run web bundle install