We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6befba3 + ec73b51 commit 82a0744Copy full SHA for 82a0744
Dockerfile
@@ -8,6 +8,7 @@ WORKDIR /app
8
9
# Cache Go modules
10
COPY go.mod go.sum ./
11
+
12
RUN go mod download
13
14
# Copy the source code
smithery.yaml
@@ -30,4 +30,4 @@ startCommand:
30
}
31
exampleConfig:
32
allowedDirectories:
33
- - /app
+ - /app
0 commit comments