Skip to content

Commit 3457ba7

Browse files
committed
Simplify the Dockerfile a tiny bit
Signed-off-by: David Gageot <[email protected]>
1 parent 1355276 commit 3457ba7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/extension/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ LABEL org.opencontainers.image.title="Docker MCP Toolkit" \
2323
com.docker.extension.categories="utility-tools" \
2424
com.docker.extension.changelog="Added MCP catalog"
2525

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
2928
COPY host-binary/dist/windows-${TARGETARCH}/host-binary.exe /windows/host-binary.exe
3029
COPY host-binary/dist/darwin-${TARGETARCH}/host-binary /darwin/host-binary
3130
COPY host-binary/dist/linux-${TARGETARCH}/host-binary /linux/host-binary
3231
COPY --from=client-builder /ui/build ui
33-
COPY ui/static-assets ui/static-assets

0 commit comments

Comments
 (0)