You've already forked go-semantic-release
build(Dockerfile): move binary in /usr/local/bin to call go-semantic-releaservia $PATH in terminal directly
This commit is contained in:
@@ -2,8 +2,8 @@ FROM alpine:3.10.2
|
|||||||
|
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
|
|
||||||
COPY ./build/go-semantic-release.linux_x86_64 .
|
COPY ./build/go-semantic-release.linux_x86_64 /usr/local/bin/go-semantic-release
|
||||||
|
|
||||||
USER 1000
|
USER 1000
|
||||||
|
|
||||||
ENTRYPOINT [ "./go-semantic-release.linux_x86_64" ]
|
ENTRYPOINT [ "go-semantic-release" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user