You've already forked go-semantic-release
feat(docker): add docker image with go-semantic-release
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM alpine:3.10.2
|
||||
|
||||
WORKDIR /code
|
||||
|
||||
COPY ./build/go-semantic-release .
|
||||
|
||||
USER 1000
|
||||
|
||||
ENTRYPOINT [ "./go-semantic-release" ]
|
||||
Reference in New Issue
Block a user