checkout is done from inside of container, rather than copied in from filesystem. checking out dev branch for now
This commit is contained in:
parent
6ac975e213
commit
2be800f0bb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user