Skip to content

Commit

Permalink
Merge pull request #167 from eranra/fix_dockerfile_2
Browse files Browse the repository at this point in the history
remove unneeded rm step
  • Loading branch information
eranra committed Mar 31, 2022
2 parents 5fc34a6 + 27ea110 commit 7af7877
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN go mod download
RUN go mod download -modfile=.bingo/golangci-lint.mod

COPY . ./
RUN rm -r bin/*
RUN git status --porcelain
RUN make build_code

Expand Down

0 comments on commit 7af7877

Please sign in to comment.