Skip to content

Commit

Permalink
fix: #71 Adapt build directory after switching to vite
Browse files Browse the repository at this point in the history
  • Loading branch information
lbroudoux authored Nov 19, 2024
1 parent 7f77291 commit c79d54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c79d54c

Please sign in to comment.