Skip to content
This repository was archived by the owner on Jan 25, 2019. It is now read-only.

Commit df2a6a0

Browse files
committed
Dockerfile: updated main.go location
1 parent 3e02d1e commit df2a6a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /go/src/github.com/operator-framework/helm-app-operator-kit/helm-app-ope
66
COPY helm-app-operator .
77
RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
88
RUN dep ensure -v
9-
RUN CGO_ENABLED=0 GOOS=linux go build -o bin/operator cmd/helm-app-operator/main.go
9+
RUN CGO_ENABLED=0 GOOS=linux go build -o bin/operator cmd/manager/main.go
1010
RUN chmod +x bin/operator
1111

1212
FROM alpine:3.6

ci.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ RUN ./gofmt.sh
66
RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
77
RUN dep ensure -v
88
RUN go test ./...
9-
RUN CGO_ENABLED=0 GOOS=linux go build -o bin/operator cmd/helm-app-operator/main.go
9+
RUN CGO_ENABLED=0 GOOS=linux go build -o bin/operator cmd/manager/main.go
1010
RUN chmod +x bin/operator

0 commit comments

Comments
 (0)