Explorar o código

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.
Daemon %!s(int64=2) %!d(string=hai) anos
pai
achega
4af5339687
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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