Skip to content

Commit

Permalink
fix: package path in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
linki committed Sep 18, 2019
1 parent f6fb410 commit 1767aa1
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 @@ WORKDIR /go/src/github.com/linki/cloudformation-operator
COPY . .
RUN go build -o /bin/cloudformation-operator -v \
-ldflags "-X main.version=$(git describe --tags --always --dirty) -w -s" \
./cmd/cloudformation-operator
./cmd/manager

# final image
FROM alpine:3.10.2
Expand Down

0 comments on commit 1767aa1

Please sign in to comment.