Add --allow-all-origins arg

This commit is contained in:
Tom Wright
2022-09-29 16:29:44 +01:00
parent 33f80ef0d8
commit 849a3a2f0a
4 changed files with 25 additions and 8 deletions

View File

@@ -74,5 +74,5 @@ RUN mkdir -p ./out
RUN chmod 0777 ./in
RUN chmod 0777 ./out
CMD ["./app", "--mermaid=./node_modules/.bin/mmdc", "--in=./in", "--out=./out", "--puppeteer=./puppeteer-config.json"]
CMD ["./app", "--mermaid=./node_modules/.bin/mmdc", "--in=./in", "--out=./out", "--puppeteer=./puppeteer-config.json", "--allow-all-origins=true"]