diff --git a/Dockerfile b/Dockerfile index ab8479b59..378b9e1e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,9 +26,6 @@ WORKDIR /usr/src/app FROM --platform=${BUILDPLATFORM:-linux/amd64} base AS build COPY . . - -COPY --from=topos-contracts /usr/src/app/artifacts ./contracts/artifacts - RUN --mount=type=secret,id=aws,target=/root/.aws/credentials \ --mount=type=cache,id=sccache,target=/root/.cache/sccache \ cargo build --release --no-default-features --features=${FEATURES} \