checkout is done from inside of container, rather than copied in from filesystem. checking out dev branch for now

This commit is contained in:
Michael Shaw 2023-01-26 12:38:26 -05:00
parent 6ac975e213
commit 2be800f0bb

View File

@ -47,6 +47,7 @@ WORKDIR /app
RUN \
git clone https://github.com/cerc-io/laconic-sdk.git \
&& cd laconic-sdk \
&& git checkout jest_timeout \
&& yarn install
WORKDIR /app/laconic-sdk