Skip to content

Commit 4af5339

Browse files
authored
Finalized Python module integration
`convert_html_to_markdown.py` is now copied, owner-changed, and is finally executed after the web scraping content is produced.
1 parent 2c3412d commit 4af5339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ COPY --chown=myuser . ./
5555

5656
# Run the image. If you know you won't need headful browsers,
5757
# you can remove the XVFB start script for a micro perf gain.
58-
CMD ./start_xvfb_and_run_cmd.sh && npm run start:prod --silent
58+
CMD ./start_xvfb_and_run_cmd.sh && npm run start:prod --silent && python3 conv_html_to_markdown.py

0 commit comments

Comments
 (0)