Skip to content

Commit 848f144

Browse files
authored
fix: exclude docs from transfer image (#8)
1 parent 199bb2a commit 848f144

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-transfer/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM scratch
22

33
# Transfer
4-
COPY operator/charts /charts
5-
COPY docs /docs
4+
COPY operator/charts /charts

0 commit comments

Comments
 (0)