Compare commits
1 Commits
dependabot
...
v1.0.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3aa335f03 |
@@ -74,5 +74,5 @@ RUN mkdir -p ./out
|
|||||||
RUN chmod 0777 ./in
|
RUN chmod 0777 ./in
|
||||||
RUN chmod 0777 ./out
|
RUN chmod 0777 ./out
|
||||||
|
|
||||||
CMD ["./app", "--mermaid=./node_modules/.bin/mmdc", "--in=./in", "--out=./out", "--puppeteer=./puppeteer-config.json", "--allow-all-origins=true"]
|
CMD ["./app", "--allow-all-origins=true", "--mermaid=./node_modules/.bin/mmdc", "--in=./in", "--out=./out", "--puppeteer=./puppeteer-config.json"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user