Skip to content

Commit

Permalink
get README.md from /
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Apr 29, 2024
1 parent c59e2ca commit 47959c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY ./podman-desktop-extension/vite.config.js /opt/app-root/src/
COPY ./podman-desktop-extension/vitest.config.js /opt/app-root/src/
COPY ./podman-desktop-extension/LICENSE /opt/app-root/src/
COPY ./podman-desktop-extension/icon.png /opt/app-root/src/
COPY ./podman-desktop-extension/README.md /opt/app-root/src/
COPY ./README.md /opt/app-root/src/

RUN yarn && yarn build

Expand All @@ -37,7 +37,7 @@ COPY --from=node-builder /opt/app-root/src/dist/ /extension/dist
COPY ./podman-desktop-extension/package.json /extension/
COPY ./podman-desktop-extension/LICENSE /extension/
COPY ./podman-desktop-extension/icon.png /extension/
COPY ./podman-desktop-extension/README.md /extension/
COPY ./README.md /extension/


FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/go-toolset:1.19.13-4.1697647145 as cli-builder
Expand Down

0 comments on commit 47959c8

Please sign in to comment.