Back

windows - docker下的rails项目无法自动更新代码

发布时间: 2022-05-04 07:20:00

refer to: https://stackoverflow.com/questions/37699573/rails-app-in-docker-container-doesnt-reload-in-development

修改 config/environments/development.rb

# 这一行务必注释掉
# config.file_watcher = ActiveSupport::EventedFileUpdateChecker

https://dev.to/chrsgrrtt/rails-views-not-updating-locally-191o

Back