We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b8a7d commit cd06f33Copy full SHA for cd06f33
build/Containerfile
@@ -43,6 +43,7 @@ RUN mkdir /opt/app-root/extension && \
43
COPY package.json /opt/app-root/extension/
44
COPY LICENSE /opt/app-root/extension/
45
COPY README.md /opt/app-root/extension/
46
+COPY icon.png /opt/app-root/extension/
47
48
# Copy the extension to a new image
49
FROM scratch
0 commit comments