Skip to content

Commit

Permalink
Store Bootsnap cache outside bind mounts (devcontainer only) (#33677)
Browse files Browse the repository at this point in the history
  • Loading branch information
c960657 authored Jan 24, 2025
1 parent 7261951 commit 5c50d89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
RAILS_ENV: development
NODE_ENV: development
BIND: 0.0.0.0
BOOTSNAP_CACHE_DIR: /tmp
REDIS_HOST: redis
REDIS_PORT: '6379'
DB_HOST: db
Expand Down

0 comments on commit 5c50d89

Please sign in to comment.