We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78a4a0 commit 7fb876cCopy full SHA for 7fb876c
kms/tapp/compose-dev.yaml
@@ -9,7 +9,7 @@ services:
9
RUN apk add --no-cache git
10
RUN git clone https://github.com/Dstack-TEE/dstack.git && \
11
cd dstack && \
12
- git checkout 93b9f9c3a00d8efdf7755601c50041c473688b14
+ git checkout c78a4a013bb8b0c26f4d8d8757cd181cb8ddca89
13
WORKDIR /app/dstack/kms/auth-eth
14
RUN npm install && \
15
npx hardhat typechain && \
@@ -40,7 +40,7 @@ services:
40
&& rm -rf /var/lib/apt/lists/*
41
42
43
44
WORKDIR /app/dstack
45
RUN cargo build --release -p kms
46
CMD ["./target/release/kms"]
0 commit comments