Initial release

This commit is contained in:
2020-06-07 13:02:39 +01:00
parent 2a89932252
commit cd238e5415
3 changed files with 33 additions and 21 deletions

View File

@@ -0,0 +1,11 @@
FROM alpine
RUN apk update && apk add curl
ADD giteaPR.sh /
RUN chmod +x /giteaPR.sh
ENV GITEA_HOST=git.cluster.fun
ENV ACCESS_KEY=
ENTRYPOINT [ "/giteaPR.sh" ]