We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3412d commit 4af5339Copy full SHA for 4af5339
Dockerfile
@@ -55,4 +55,4 @@ COPY --chown=myuser . ./
55
56
# Run the image. If you know you won't need headful browsers,
57
# 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
+CMD ./start_xvfb_and_run_cmd.sh && npm run start:prod --silent && python3 conv_html_to_markdown.py
0 commit comments