Skip to content

Commit

Permalink
Fix path for manager entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Cellebyte committed Oct 6, 2023
1 parent 53edfbd commit e51d5c9
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 @@ -14,7 +14,7 @@ RUN go mod download
RUN apk add llvm clang linux-headers libbpf-dev musl-dev

# Copy the go source
COPY main.go main.go
COPY cmd/manager/main.go main.go
COPY api/ api/
COPY controllers/ controllers/
COPY pkg/ pkg/
Expand Down

0 comments on commit e51d5c9

Please sign in to comment.