Skip to content

Commit 7af7877

Browse files
authored
Merge pull request #167 from eranra/fix_dockerfile_2
remove unneeded rm step
2 parents 5fc34a6 + 27ea110 commit 7af7877

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ RUN go mod download
1212
RUN go mod download -modfile=.bingo/golangci-lint.mod
1313

1414
COPY . ./
15-
RUN rm -r bin/*
1615
RUN git status --porcelain
1716
RUN make build_code
1817

0 commit comments

Comments
 (0)