Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Commit

Permalink
Fix file_watcher because inotify function fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
from20020516 committed Mar 2, 2021
1 parent 1be5f41 commit 93a7d45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ services:
environment:
- BUNDLE_PATH=/var/www/vendor/bundle
- EDITOR=code --wait
- RAILS_ENV=production
- RAILS_LOG_TO_STDOUT=1
- RAILS_SERVE_STATIC_FILES=1
mysql:
Expand Down
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@

# Use an evented file watcher to asynchronously detect changes in source code,
# routes, locales, etc. This feature depends on the listen gem.
config.file_watcher = ActiveSupport::EventedFileUpdateChecker
config.file_watcher = ActiveSupport::FileUpdateChecker
end

0 comments on commit 93a7d45

Please sign in to comment.