-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dev: remove docker volume for bundle_dir ruby gems will now be used directly from the image; incremental local changes will not persist and `bundle install` will no longer be run at startup. changes to the gemfile will require the image to be rebuilt * ci: install docker-compose
- Loading branch information
1 parent
3962be1
commit d8b5b5c
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
bundle check || bundle install | ||
# bundle check || bundle install | ||
|
||
find . -name *.pid -delete | ||
bundle exec rails s -b 0.0.0.0 |