Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinkert committed Jun 20, 2019
1 parent 18b22b5 commit e59ef7b
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 @@ -27,6 +27,6 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

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

0 comments on commit e59ef7b

Please sign in to comment.