File tree 5 files changed +11
-35
lines changed
5 files changed +11
-35
lines changed Original file line number Diff line number Diff line change 4
4
# WORKDIR /backend
5
5
# COPY backend/go.* .
6
6
# RUN --mount=type=cache,target=/go/pkg/mod \
7
- # --mount=type=cache,target=/root/.cache/go-build \
8
- # go mod download
7
+ # --mount=type=cache,target=/root/.cache/go-build \
8
+ # go mod download
9
9
# COPY backend/. .
10
10
# RUN --mount=type=cache,target=/go/pkg/mod \
11
- # --mount=type=cache,target=/root/.cache/go-build \
12
- # go build -trimpath -ldflags="-s -w" -o bin/service
11
+ # --mount=type=cache,target=/root/.cache/go-build \
12
+ # go build -trimpath -ldflags="-s -w" -o bin/service
13
13
14
14
FROM --platform=$BUILDPLATFORM node:23-alpine3.20 AS client-builder
15
15
WORKDIR /ui
@@ -37,7 +37,7 @@ LABEL org.opencontainers.image.title="Docker MCP Toolkit" \
37
37
# COPY --from=builder /backend/bin/service /
38
38
COPY docker-compose.yaml .
39
39
COPY metadata.json .
40
- COPY docker .svg /docker .svg
40
+ COPY extension-icon .svg /extension-icon .svg
41
41
COPY host-binary/dist/windows-${TARGETARCH}/host-binary.exe /windows/host-binary.exe
42
42
COPY host-binary/dist/darwin-${TARGETARCH}/host-binary /darwin/host-binary
43
43
COPY host-binary/dist/linux-${TARGETARCH}/host-binary /linux/host-binary
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
- "icon" : " docker .svg" ,
2
+ "icon" : " extension-icon .svg" ,
3
3
"vm" : {
4
4
"composefile" : " docker-compose.yaml"
5
5
},
31
31
}
32
32
]
33
33
}
34
- }
34
+ }
You can’t perform that action at this time.
0 commit comments