diff --git a/Dockerfile-localnet b/Dockerfile-localnet index 9e3a98d0b4..efd2ac8b4f 100644 --- a/Dockerfile-localnet +++ b/Dockerfile-localnet @@ -17,8 +17,7 @@ COPY go.mod . COPY go.sum . RUN go mod download COPY version.sh . -#COPY --exclude=*.sh --exclude=*.md --exclude=*.yml . . -COPY . . +COPY --exclude=*.sh --exclude=*.md --exclude=*.yml . . RUN --mount=type=cache,target="/root/.cache/go-build" make install RUN --mount=type=cache,target="/root/.cache/go-build" make install-zetae2e