Skip to content

Commit 82a0744

Browse files
authored
Merge branch 'main' into smithery/config-hy9y
2 parents 6befba3 + ec73b51 commit 82a0744

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ WORKDIR /app
88

99
# Cache Go modules
1010
COPY go.mod go.sum ./
11+
1112
RUN go mod download
1213

1314
# Copy the source code

smithery.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ startCommand:
3030
}
3131
exampleConfig:
3232
allowedDirectories:
33-
- /app
33+
- /app

0 commit comments

Comments
 (0)