Skip to content

Commit b7c2d27

Browse files
committed
get README.md from /
1 parent c59e2ca commit b7c2d27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Containerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ COPY ./podman-desktop-extension/vite.config.js /opt/app-root/src/
2727
COPY ./podman-desktop-extension/vitest.config.js /opt/app-root/src/
2828
COPY ./podman-desktop-extension/LICENSE /opt/app-root/src/
2929
COPY ./podman-desktop-extension/icon.png /opt/app-root/src/
30-
COPY ./podman-desktop-extension/README.md /opt/app-root/src/
30+
COPY ./README.md /opt/app-root/src/
3131

3232
RUN yarn && yarn build
3333

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

4242

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

podman-desktop-extension/README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)