prefix 'rails server' command with 'bundle exec' (docker-compose.yml)
This commit is contained in:
parent
4ac6d08bc8
commit
dc1b336ba4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ services:
|
|||
build:
|
||||
context: ./
|
||||
dockerfile: Dockerfile.development
|
||||
command: rails server --bind 0.0.0.0
|
||||
command: bundle exec rails server --bind 0.0.0.0
|
||||
volumes:
|
||||
- ./:/srv/app
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue