Compare commits
1 Commits
dependabot
...
v1.0.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3aa335f03 |
@@ -1,5 +1,5 @@
|
||||
# This stage builds the go executable.
|
||||
FROM golang:1.20.1-buster as go
|
||||
FROM golang:1.19.3-buster as go
|
||||
|
||||
WORKDIR /root
|
||||
COPY ./ ./
|
||||
@@ -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", "--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