Steps to normal run:
- run "npm run start"
- "this.logger.log('Unreachable line during dockerized execution');" line reached after run, and we will see output string in console log
Steps to run with issue:
- run "docker build ."
- run "docker run <sha256 or name-of-build>"
- Run freezes at "await this.crawler.run(...);" line, and nothing to see in console log