feat(docker): add docker image with go-semantic-release

This commit is contained in:
Nightapes
2019-09-22 15:49:06 +02:00
parent 2074877a3b
commit 399a3515f2
5 changed files with 46 additions and 2 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM alpine:3.10.2
WORKDIR /code
COPY ./build/go-semantic-release .
USER 1000
ENTRYPOINT [ "./go-semantic-release" ]