Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Issif committed Dec 19, 2020
1 parent 2c3d7f5 commit ec6c9d3
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 @@ -9,7 +9,7 @@ WORKDIR /src
ADD . .

RUN go mod download
RUN go build -ldflags="-s -w" -o cercat ./cmd/cercat
RUN go build -ldflags="-s -w" -o cercat ./cmd/

# Final Docker image
FROM alpine AS final-stage
Expand Down

0 comments on commit ec6c9d3

Please sign in to comment.