diff --git a/docker/Dockerfile b/docker/Dockerfile index 1ff1dc29..96723d6c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -49,4 +49,4 @@ WORKDIR /kms ARG CCF_PLATFORM ENV CCF_PLATFORM=${CCF_PLATFORM} -CMD ["/bin/bash", "-c", "make start-host-idp & (./scripts/kms_wait.sh && make setup && tail -f /dev/null)"] \ No newline at end of file +CMD ["/bin/bash", "-c", "make start-host-idp & (./scripts/kms_wait.sh && make setup && tail -f /kms/workspace/sandbox_0/out)"] \ No newline at end of file