We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1355276 commit 3457ba7Copy full SHA for 3457ba7
1 file changed
src/extension/Dockerfile
@@ -23,11 +23,9 @@ LABEL org.opencontainers.image.title="Docker MCP Toolkit" \
23
com.docker.extension.categories="utility-tools" \
24
com.docker.extension.changelog="Added MCP catalog"
25
26
-COPY docker-compose.yaml .
27
-COPY metadata.json .
28
-COPY extension-icon.svg /extension-icon.svg
+COPY docker-compose.yaml metadata.json extension-icon.svg /
+COPY ui/static-assets ui/static-assets
29
COPY host-binary/dist/windows-${TARGETARCH}/host-binary.exe /windows/host-binary.exe
30
COPY host-binary/dist/darwin-${TARGETARCH}/host-binary /darwin/host-binary
31
COPY host-binary/dist/linux-${TARGETARCH}/host-binary /linux/host-binary
32
COPY --from=client-builder /ui/build ui
33
-COPY ui/static-assets ui/static-assets
0 commit comments