We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5f58f commit 8491743Copy full SHA for 8491743
build/Containerfile
@@ -21,6 +21,7 @@ WORKDIR /opt/app-root/extension-source
21
22
# copy source code
23
COPY *.js /opt/app-root/extension-source/
24
+COPY pnpm-lock.yaml /opt/app-root/extension-source/
25
COPY *.png /opt/app-root/extension-source/
26
COPY .gitignore /opt/app-root/extension-source/
27
COPY *.json /opt/app-root/extension-source/
0 commit comments