Skip to content

Commit c8ddbdf

Browse files
committed
revert changes in Containerfile
Signed-off-by: Philippe Martin <[email protected]>
1 parent 93eba3a commit c8ddbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ WORKDIR /opt/app-root/extension-source
2121

2222
# copy source code
2323
COPY --chown=1001:root *.ts /opt/app-root/extension-source/
24-
COPY --chown=1001:root pnpm-workspace.yaml /opt/app-root/extension-source/pnpm-workspace.yaml
24+
COPY --chown=1001:root pnpm-workspace.yaml /opt/app-root/extension-source/
2525
COPY --chown=1001:root pnpm-lock.yaml /opt/app-root/extension-source/
2626
COPY --chown=1001:root .gitignore /opt/app-root/extension-source/
2727
COPY --chown=1001:root package.json /opt/app-root/extension-source/

0 commit comments

Comments
 (0)