From c79d54c19a2ed51dce0ece95e2a04f240df087dc Mon Sep 17 00:00:00 2001 From: Laurent Broudoux Date: Tue, 19 Nov 2024 09:57:59 +0100 Subject: [PATCH] fix: #71 Adapt build directory after switching to vite --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 39fa813..742fdab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ LABEL org.opencontainers.image.title="Microcks" \ com.docker.extension.additional-urls="[{\"title\":\"Getting started\",\"url\":\"https://microcks.io/documentation/getting-started\"},{\"title\":\"Source code\",\"url\":\"https://github.com/microcks/microcks-docker-desktop-extension\"}]" \ com.docker.extension.changelog="" -COPY --from=client-builder /app/client/dist ui +COPY --from=client-builder /app/client/build ui COPY docker-compose.yaml . COPY metadata.json . COPY host ./host