Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/btcsuite/bt…
Browse files Browse the repository at this point in the history
…cd-0.24.0
  • Loading branch information
Unique-Divine authored May 28, 2024
2 parents c666e47 + 0291616 commit e8dea78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ WORKDIR /nibiru

# copy go.mod, go.sum to WORKDIR
COPY go.sum go.mod ./
# copy geth to WORKDIR/geth
COPY geth ./geth
RUN go mod download
COPY . .

Expand Down
2 changes: 0 additions & 2 deletions contrib/docker/chaosnet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ WORKDIR /nibiru

# copy go.mod, go.sum to WORKDIR
COPY go.sum go.mod ./
# copy geth to WORKDIR/geth
COPY geth ./geth
RUN go mod download
# copy the rest of the project to WORKDIR
COPY . .
Expand Down

0 comments on commit e8dea78

Please sign in to comment.