From fde5453bf3102a70b71e3d607b99e4b7138fb237 Mon Sep 17 00:00:00 2001 From: David Wertenteil Date: Wed, 27 Apr 2022 15:25:27 +0300 Subject: [PATCH] docker user name --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 781a2708..99feb36b 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -39,7 +39,7 @@ COPY --from=builder /work/httphandler/build/ubuntu-latest/kubescape /usr/bin/kss COPY --from=builder /work/build/ubuntu-latest/kubescape /usr/bin/kubescape RUN mkdir /home/armo/.kubescape -COPY --from=builder /work/artifacts/ /home/ks/.kubescape +COPY --from=builder /work/artifacts/ /home/armo/.kubescape RUN chmod 777 -R /home/armo/.kubescape ENTRYPOINT ["ksserver"]