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"]