Skip to content

Commit

Permalink
update CMD to be ENTRYPOINT in container
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDen committed Oct 7, 2018
1 parent 4587122 commit a984b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ FROM alpine:3.8
COPY --from=builder /go/src/github.com/stellargraph/bkcli/bin/linux /app/

WORKDIR /app
CMD ["/app/bkcli"]
ENTRYPOINT ["/app/bkcli"]

0 comments on commit a984b5a

Please sign in to comment.