Skip to content

Commit e59ef7b

Browse files
committed
Fix docker build
1 parent 18b22b5 commit e59ef7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ RUN apt-get update \
2727
&& rm -rf /var/lib/apt/lists/*
2828

2929
WORKDIR /root/
30-
COPY --from=builder /go/src/github.com/StageAutoControl/controller/bin/controller_amd64 ./controller
30+
COPY --from=builder /go/src/github.com/StageAutoControl/controller/bin/controller ./controller
3131
RUN chmod +x ./controller
3232
ENTRYPOINT ["./controller"]

0 commit comments

Comments
 (0)