Skip to content

Commit

Permalink
Disable spring in Docker
Browse files Browse the repository at this point in the history
It breaks bundler in the test_env_* scripts
  • Loading branch information
carlobeltrame committed Jan 8, 2024
1 parent 144aa4a commit 7fe664e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
env_file: docker/rails.env
environment:
WEBPACKER_DEV_SERVER_HOST: webpack
DISABLE_SPRING: true
ports:
- "3000:3000"
volumes:
Expand Down

0 comments on commit 7fe664e

Please sign in to comment.