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 1e427a1 commit 03707f3Copy full SHA for 03707f3
src/KubeOps.Cli/Generators/DockerfileGenerator.cs
@@ -25,8 +25,7 @@ COPY ./ ./
25
RUN addgroup k8s-operator && useradd -G k8s-operator operator-user
26
27
WORKDIR /operator
28
- COPY --from=build /operator/out/ ./
29
- RUN chown operator-user:k8s-operator -R .
+ COPY --chown=operator-user:k8s-operator --from=build /operator/out/ ./
30
31
USER operator-user
32
0 commit comments