Skip to content

Commit

Permalink
Merge pull request #198 from microsoft/tail-kms-logs
Browse files Browse the repository at this point in the history
Tail kms logs instead of /dev/null
  • Loading branch information
DomAyre authored Nov 13, 2024
2 parents 70afc62 + 503558a commit dd58ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"]
CMD ["/bin/bash", "-c", "make start-host-idp & (./scripts/kms_wait.sh && make setup && tail -f /kms/workspace/sandbox_0/out)"]

0 comments on commit dd58ff7

Please sign in to comment.