File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,9 @@ LABEL org.opencontainers.image.title="Docker MCP Toolkit" \
23
23
com.docker.extension.categories="utility-tools" \
24
24
com.docker.extension.changelog="Added MCP catalog"
25
25
26
- COPY docker-compose.yaml .
27
- COPY metadata.json .
28
- COPY extension-icon.svg /extension-icon.svg
26
+ COPY docker-compose.yaml metadata.json extension-icon.svg /
27
+ COPY ui/static-assets ui/static-assets
29
28
COPY host-binary/dist/windows-${TARGETARCH}/host-binary.exe /windows/host-binary.exe
30
29
COPY host-binary/dist/darwin-${TARGETARCH}/host-binary /darwin/host-binary
31
30
COPY host-binary/dist/linux-${TARGETARCH}/host-binary /linux/host-binary
32
31
COPY --from=client-builder /ui/build ui
33
- COPY ui/static-assets ui/static-assets
You can’t perform that action at this time.
0 commit comments