docker user name

This commit is contained in:
David Wertenteil
2022-04-27 15:25:27 +03:00
parent 4c6a65565b
commit fde5453bf3
+1 -1
View File
@@ -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"]