Skip to content

Commit 67b9fd1

Browse files
committed
Copy the golang templates to container
1 parent 2155e4b commit 67b9fd1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package/Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
FROM alpine
2-
COPY bin/clusterscan-operator \
3-
pkg/securityscan/core/templates/cisscanConfig.template \
4-
pkg/securityscan/core/templates/pluginConfig.template \
5-
pkg/securityscan/core/templates/service.template \
6-
/usr/bin/
2+
COPY pkg/ pkg/
3+
4+
COPY bin/clusterscan-operator /usr/bin/
75
CMD ["clusterscan-operator"]

0 commit comments

Comments
 (0)