rowboat
rowboat copied to clipboard
Confusing error in docker logs
The Error: connect ECONNREFUSED ::1:6379 errors during the build process can be safely ignored. What's happening is that a redis module is being imported during build which implicitly initiates the redis client (but redis isn't running at this point) - causing this error to display. However, it does not affect the build.