File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ COPY ./podman-desktop-extension/vite.config.js /opt/app-root/src/
27
27
COPY ./podman-desktop-extension/vitest.config.js /opt/app-root/src/
28
28
COPY ./podman-desktop-extension/LICENSE /opt/app-root/src/
29
29
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/
31
31
32
32
RUN yarn && yarn build
33
33
@@ -37,7 +37,7 @@ COPY --from=node-builder /opt/app-root/src/dist/ /extension/dist
37
37
COPY ./podman-desktop-extension/package.json /extension/
38
38
COPY ./podman-desktop-extension/LICENSE /extension/
39
39
COPY ./podman-desktop-extension/icon.png /extension/
40
- COPY ./podman-desktop-extension/ README.md /extension/
40
+ COPY ./README.md /extension/
41
41
42
42
43
43
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/go-toolset:1.19.13-4.1697647145 as cli-builder
You can’t perform that action at this time.
0 commit comments