Compare commits
1 Commits
dependabot
...
v1.0.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3aa335f03 |
@@ -10,7 +10,7 @@ RUN go build -o bin/app cmd/app/main.go
|
|||||||
# Final stage that will be pushed.
|
# Final stage that will be pushed.
|
||||||
FROM debian:buster-slim
|
FROM debian:buster-slim
|
||||||
|
|
||||||
FROM node:19.7.0-buster-slim as node
|
FROM node:18.10.0-buster-slim as node
|
||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
||||||
@@ -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