Initial release
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -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" ]
|
||||
|
Reference in New Issue
Block a user