Skip to content

Commit ce05823

Browse files
authored
Merge pull request #106 from sanposhiho/dockerfile-path
fix the path to the entry point
2 parents fc636a3 + 4e63fd2 commit ce05823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY go.mod go.sum ./
1111
RUN go mod download
1212

1313
COPY . .
14-
RUN go build -v -o ./bin/kube-scheduler-wasm-extension kube-scheduler-wasm-extension.go
14+
RUN go build -v -o ./bin/kube-scheduler-wasm-extension ./cmd/scheduler
1515

1616
FROM alpine:3.19.1
1717

0 commit comments

Comments
 (0)