prefix 'rails server' command with 'bundle exec' (docker-compose.yml)

This commit is contained in:
JuliusR 2021-12-18 18:27:38 +01:00
parent 4ac6d08bc8
commit dc1b336ba4

View file

@ -8,7 +8,7 @@ services:
build: build:
context: ./ context: ./
dockerfile: Dockerfile.development dockerfile: Dockerfile.development
command: rails server --bind 0.0.0.0 command: bundle exec rails server --bind 0.0.0.0
volumes: volumes:
- ./:/srv/app - ./:/srv/app
ports: ports: