5 lines
118 B
Bash
Executable file
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
|