Skip to content

Commit

Permalink
removed redundant make param
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Halturin <[email protected]>
  • Loading branch information
dhalturin committed Nov 3, 2023
1 parent 6179778 commit 765be56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN go mod download
COPY main.go Makefile /src/
COPY pkg /src/pkg

RUN make build CGO_ENABLED=0 GOOS=linux GOARCH=amd64
RUN make build CGO_ENABLED=0 GOOS=linux

FROM alpine:3.17

Expand Down

0 comments on commit 765be56

Please sign in to comment.