Skip to content

Commit

Permalink
revert Dockerfile-localnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Jul 16, 2024
1 parent 73c85f0 commit 0b4d4ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile-localnet
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b4d4ff

Please sign in to comment.