-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(parser): Add Docker support with new parameter for output path -…
… review suggestions from PR accepted and implemented - **Dockerfile**: - Fixed obsolete definition of ENVIROMENT variables to correct syntax. - Added source link for more information about depebdencies for Puppeteer respectivly Chromium/Chrome in Docker. - Dockerfiile moved to `parser` directory. - Updated path for `COPY` command. - Removed commented code for creataing a new user in Docker. This is not needed for the current implementation. - **README.md**: - Section for Docker updated with new instructions. - **app.ts**: - Variable `outputPath`: Default value is set to `./out`. Variable is now validated twice. - Variable `outputPath`: Always is checked if path exists. If not, it will be created. - Added source link for more information about calling Chrome/Chromium with `--no-sandbox` flag in Docker while running Puppeteer.
- Loading branch information
1 parent
11b301f
commit b7818d5
Showing
3 changed files
with
17 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters