docker 内の railsでrailsのlogとrails cをする方法
docker exec -it containerのid bash
んで
/app_name/log# tail -f development.log
# bundle exec rails c
参考
https://www.lanches.co.jp/blog/10594
docker exec -it containerのid bash
んで
/app_name/log# tail -f development.log
# bundle exec rails c
参考
https://www.lanches.co.jp/blog/10594