Select Git revision
access-ui.md
-
Paweł Krupa (paulfantom) authored
Signed-off-by:
Paweł Krupa (paulfantom) <pawel@krupa.net.pl>
Paweł Krupa (paulfantom) authoredSigned-off-by:
Paweł Krupa (paulfantom) <pawel@krupa.net.pl>
Dockerfile 248 B
FROM alpine
ADD ./docker/entrypoint.sh /usr/local/bin/docker-entrypoint
RUN apk update && apk add --no-cache git ca-certificates && update-ca-certificates
COPY "./semantic-release" /usr/local/bin/semantic-release
ENTRYPOINT ["docker-entrypoint"]