Compare commits
1 Commits
v1.0.4
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be79485b32 |
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- uses: actions/cache@v3.0.10
|
- uses: actions/cache@v3.2.6
|
||||||
with:
|
with:
|
||||||
path: ~/go/pkg/mod
|
path: ~/go/pkg/mod
|
||||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||||
|
|||||||
@@ -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", "--allow-all-origins=true", "--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"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user