Skip to content

Commit 75994d6

Browse files
committed
fix dockerfile
1 parent 47d29d6 commit 75994d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.daemonset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN go mod download
3434
# Copy the go source
3535
COPY cmd/daemonset/main.go cmd/daemonset/main.go
3636
COPY api/ api/
37-
COPY internal/controller/daemonset_controller.go internal/controller/daemonset_controller.go
37+
COPY internal/controller/instaslice_daemonset.go internal/controller/instaslice_daemonset.go
3838

3939
# Build
4040
# the GOARCH has not a default value to allow the binary be built according to the host where the command

0 commit comments

Comments
 (0)