Skip to content

Commit cd06f33

Browse files
committed
chore: include icon file
1 parent c8b8a7d commit cd06f33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/Containerfile

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN mkdir /opt/app-root/extension && \
4343
COPY package.json /opt/app-root/extension/
4444
COPY LICENSE /opt/app-root/extension/
4545
COPY README.md /opt/app-root/extension/
46+
COPY icon.png /opt/app-root/extension/
4647

4748
# Copy the extension to a new image
4849
FROM scratch

0 commit comments

Comments
 (0)