Skip to content

Commit

Permalink
Merge pull request #61 from linki/fix-build
Browse files Browse the repository at this point in the history
Fix package path in Dockerfile
  • Loading branch information
linki authored Sep 30, 2019
2 parents f6fb410 + 1767aa1 commit 754349c
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 754349c

Please sign in to comment.