fully wire up temporal. add startup script test to ensure temporal is running

This commit is contained in:
Grant Limberg
2023-08-29 16:43:05 -07:00
parent d865c42ef8
commit 60fb8c941a
4 changed files with 11 additions and 6 deletions

View File

@@ -21,6 +21,6 @@ RUN apt -y install \
curl \
google-perftools \
libgoogle-perftools-dev \
protobuf-compiler
protobuf-compiler
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y