File tree Expand file tree Collapse file tree 5 files changed +11
-35
lines changed Expand file tree Collapse file tree 5 files changed +11
-35
lines changed Original file line number Diff line number Diff line change 44# WORKDIR /backend
55# COPY backend/go.* .
66# 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
99# COPY backend/. .
1010# 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
1313
1414FROM --platform=$BUILDPLATFORM node:23-alpine3.20 AS client-builder
1515WORKDIR /ui
@@ -37,7 +37,7 @@ LABEL org.opencontainers.image.title="Docker MCP Toolkit" \
3737# COPY --from=builder /backend/bin/service /
3838COPY docker-compose.yaml .
3939COPY metadata.json .
40- COPY docker .svg /docker .svg
40+ COPY extension-icon .svg /extension-icon .svg
4141COPY host-binary/dist/windows-${TARGETARCH}/host-binary.exe /windows/host-binary.exe
4242COPY host-binary/dist/darwin-${TARGETARCH}/host-binary /darwin/host-binary
4343COPY 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 11{
2- "icon" : " docker .svg" ,
2+ "icon" : " extension-icon .svg" ,
33 "vm" : {
44 "composefile" : " docker-compose.yaml"
55 },
3131 }
3232 ]
3333 }
34- }
34+ }
You can’t perform that action at this time.
0 commit comments