Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit cf71438

Browse files
committed
fix: add missing from revert
Signed-off-by: Jawad Tariq <[email protected]>
1 parent 4715996 commit cf71438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ WORKDIR /usr/src/app
2626

2727
FROM --platform=${BUILDPLATFORM:-linux/amd64} base AS build
2828
COPY . .
29+
COPY --from=topos-contracts /usr/src/app/artifacts ./contracts/artifacts
2930
RUN --mount=type=secret,id=aws,target=/root/.aws/credentials \
3031
--mount=type=cache,id=sccache,target=/root/.cache/sccache \
3132
cargo build --release --no-default-features --features=${FEATURES} \

0 commit comments

Comments
 (0)